public static class PopulateChunkEvent.Pre extends PopulateChunkEvent
ChunkProviderEnd.populate(int, int)
,
ChunkProviderOverworld.populate(int, int)
,
and ChunkProviderHell.populate(int, int)
. Cancelable
.HasResult
MinecraftForge.EVENT_BUS
.PopulateChunkEvent.Populate, PopulateChunkEvent.Post, PopulateChunkEvent.Pre
ChunkGeneratorEvent.InitNoiseField, ChunkGeneratorEvent.ReplaceBiomeBlocks
Event.HasResult, Event.Result
Constructor and Description |
---|
Pre(IChunkGenerator gen,
World world,
java.util.Random rand,
int chunkX,
int chunkZ,
boolean hasVillageGenerated) |
getChunkX, getChunkZ, getRand, getWorld, isHasVillageGenerated
getGen, getGenerator
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public Pre(IChunkGenerator gen, World world, java.util.Random rand, int chunkX, int chunkZ, boolean hasVillageGenerated)