public static class DecorateBiomeEvent.Decorate extends DecorateBiomeEvent
Modifier and Type | Class and Description |
---|---|
static class |
DecorateBiomeEvent.Decorate.EventType
Use CUSTOM to filter custom event types
|
DecorateBiomeEvent.Decorate, DecorateBiomeEvent.Post, DecorateBiomeEvent.Pre
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
DecorateBiomeEvent.Decorate.EventType |
type |
chunkX, chunkZ, rand, world
Constructor and Description |
---|
DecorateBiomeEvent.Decorate(World world,
java.util.Random rand,
int worldX,
int worldZ,
DecorateBiomeEvent.Decorate.EventType type) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public final DecorateBiomeEvent.Decorate.EventType type
public DecorateBiomeEvent.Decorate(World world, java.util.Random rand, int worldX, int worldZ, DecorateBiomeEvent.Decorate.EventType type)