|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraftforge.event.Event
net.minecraftforge.event.terraingen.DecorateBiomeEvent
public class DecorateBiomeEvent
Nested Class Summary | |
---|---|
static class |
DecorateBiomeEvent.Decorate
This event is fired when a chunk is decorated with a biome feature. |
static class |
DecorateBiomeEvent.Post
|
static class |
DecorateBiomeEvent.Pre
|
Nested classes/interfaces inherited from class net.minecraftforge.event.Event |
---|
Event.HasResult, Event.Result |
Field Summary | |
---|---|
int |
chunkX
|
int |
chunkZ
|
Random |
rand
|
World |
world
|
Constructor Summary | |
---|---|
DecorateBiomeEvent(World world,
Random rand,
int worldX,
int worldZ)
|
Method Summary |
---|
Methods inherited from class net.minecraftforge.event.Event |
---|
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final World world
public final Random rand
public final int chunkX
public final int chunkZ
Constructor Detail |
---|
public DecorateBiomeEvent(World world, Random rand, int worldX, int worldZ)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |