Populate Chunk Event
To use this event use the following import:
groovy
import net.minecraftforge.event.terraingen.PopulateChunkEvent
Sub-Classes
This event extends the following events and can use all their methods and fields:
ChunkGeneratorEvent
Methods
groovy
boolean isHasVillageGenerated()
groovy
net.minecraft.world.World getWorld()
groovy
int getChunkZ()
groovy
int getChunkX()
groovy
java.util.Random getRand()
Pre
To use this event use the following import:
groovy
import net.minecraftforge.event.terraingen.PopulateChunkEvent.Pre
Sub-Classes
This event extends the following events and can use all their methods and fields:
PopulateChunkEvent, ChunkGeneratorEvent
Methods
Post
To use this event use the following import:
groovy
import net.minecraftforge.event.terraingen.PopulateChunkEvent.Post
Sub-Classes
This event extends the following events and can use all their methods and fields:
PopulateChunkEvent, ChunkGeneratorEvent