|
||||||||||
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
net.minecraftforge.event.terraingen.DecorateBiomeEvent.Decorate
public static class DecorateBiomeEvent.Decorate
This event is fired when a chunk is decorated with a biome feature. You can set the result to DENY to prevent the default biome decoration.
Nested Class Summary | |
---|---|
static class |
DecorateBiomeEvent.Decorate.EventType
Use CUSTOM to filter custom event types |
Nested classes/interfaces inherited from class net.minecraftforge.event.terraingen.DecorateBiomeEvent |
---|
DecorateBiomeEvent.Decorate, DecorateBiomeEvent.Post, DecorateBiomeEvent.Pre |
Nested classes/interfaces inherited from class net.minecraftforge.event.Event |
---|
Event.HasResult, Event.Result |
Field Summary | |
---|---|
DecorateBiomeEvent.Decorate.EventType |
type
|
Fields inherited from class net.minecraftforge.event.terraingen.DecorateBiomeEvent |
---|
chunkX, chunkZ, rand, world |
Constructor Summary | |
---|---|
DecorateBiomeEvent.Decorate(World world,
Random rand,
int worldX,
int worldZ,
DecorateBiomeEvent.Decorate.EventType type)
|
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 DecorateBiomeEvent.Decorate.EventType type
Constructor Detail |
---|
public DecorateBiomeEvent.Decorate(World world, Random rand, int worldX, int worldZ, DecorateBiomeEvent.Decorate.EventType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |