Replace Biome Blocks
To use this event use the following import:
groovy
import net.minecraftforge.event.terraingen.ChunkGeneratorEvent.ReplaceBiomeBlocksSub-Classes
This event extends the following events and can use all their methods and fields:
ChunkGeneratorEvent
Methods
groovy
int getX()groovy
boolean hasResult()groovy
int getZ()groovy
net.minecraft.world.World getWorld()groovy
net.minecraft.world.chunk.ChunkPrimer getPrimer()