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,
Random rand,
int worldX,
int worldZ,
DecorateBiomeEvent.Decorate.EventType type) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public final DecorateBiomeEvent.Decorate.EventType type
public DecorateBiomeEvent.Decorate(World world, Random rand, int worldX, int worldZ, DecorateBiomeEvent.Decorate.EventType type)