public class ChunkGeneratorEvent
extends net.minecraftforge.eventbus.api.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.
|
Constructor and Description |
---|
ChunkGeneratorEvent(IChunkGenerator<?> gen) |
Modifier and Type | Method and Description |
---|---|
IChunkGenerator<?> |
getGen() |
IChunkGenerator<?> |
getGenerator() |
public ChunkGeneratorEvent(IChunkGenerator<?> gen)
public IChunkGenerator<?> getGenerator()
public IChunkGenerator<?> getGen()