public class ChunkGeneratorEvent extends Event
Modifier and Type | Class and Description |
---|---|
static class |
ChunkGeneratorEvent.InitNoiseField
This event is fired before a chunks terrain noise field is initialized.
|
static class |
ChunkGeneratorEvent.ReplaceBiomeBlocks
This event is fired when a chunks blocks are replaced by a biomes top and
filler blocks.
|
Event.HasResult, Event.Result
Constructor and Description |
---|
ChunkGeneratorEvent(IChunkGenerator gen) |
Modifier and Type | Method and Description |
---|---|
IChunkGenerator |
getGen() |
IChunkGenerator |
getGenerator() |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public ChunkGeneratorEvent(IChunkGenerator gen)
public IChunkGenerator getGenerator()
public IChunkGenerator getGen()