public class ChunkGeneratorEvent extends Event
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ChunkGeneratorEvent.InitNoiseFieldThis event is fired before a chunks terrain noise field is initialized. | 
| static class  | ChunkGeneratorEvent.ReplaceBiomeBlocksThis 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, setuppublic ChunkGeneratorEvent(IChunkGenerator gen)
public IChunkGenerator getGenerator()
public IChunkGenerator getGen()