| Package | Description |
|---|---|
| net.minecraftforge.event.terraingen |
| Modifier and Type | Class and Description |
|---|---|
static class |
PopulateChunkEvent.Populate
PopulateChunkEvent.Populate is fired when a chunk is populated with a terrain feature.
This event is fired during terrain feature generation in ChunkProviderEnd#populate(int, int),
ChunkProviderOverworld#populate(int, int),
and ChunkProviderHell#populate(int, int). |
static class |
PopulateChunkEvent.Post
PopulateChunkEvent.Post is fired just after a chunk is populated with a terrain feature.
This event is fired just after terrain feature generation in ChunkProviderEnd#populate(int, int),
ChunkProviderOverworld#populate(int, int),
and ChunkProviderHell#populate(int, int). |
static class |
PopulateChunkEvent.Pre
PopulateChunkEvent.Pre is fired just before a chunk is populated a terrain feature.
This event is fired just before terrain feature generation in ChunkProviderEnd#populate(int, int),
ChunkProviderOverworld#populate(int, int),
and ChunkProviderHell#populate(int, int). |