public static class PopulateChunkEvent.Populate extends PopulateChunkEvent
type contains the enum value for the terrain feature being generated. Cancelable.Event.HasResult MinecraftForge#EVENT_BUS.| Modifier and Type | Class and Description |
|---|---|
static class |
PopulateChunkEvent.Populate.EventType
Use CUSTOM to filter custom event types
|
PopulateChunkEvent.Populate, PopulateChunkEvent.Post, PopulateChunkEvent.PreChunkProviderEvent.InitNoiseField, ChunkProviderEvent.ReplaceBiomeBlocksEvent.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
PopulateChunkEvent.Populate.EventType |
type |
chunkX, chunkZ, hasVillageGenerated, rand, worldchunkProvider| Constructor and Description |
|---|
PopulateChunkEvent.Populate(IChunkProvider chunkProvider,
World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated,
PopulateChunkEvent.Populate.EventType type) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic final PopulateChunkEvent.Populate.EventType type
public PopulateChunkEvent.Populate(IChunkProvider chunkProvider, World world, java.util.Random rand, int chunkX, int chunkZ, boolean hasVillageGenerated, PopulateChunkEvent.Populate.EventType type)