public static class ChunkGeneratorEvent.ReplaceBiomeBlocks extends ChunkGeneratorEvent
ChunkGeneratorEvent.InitNoiseField, ChunkGeneratorEvent.ReplaceBiomeBlocks
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
private ChunkPrimer |
primer |
private World |
world |
private int |
x |
private int |
z |
Constructor and Description |
---|
ReplaceBiomeBlocks(IChunkGenerator chunkProvider,
int x,
int z,
ChunkPrimer primer,
World world) |
Modifier and Type | Method and Description |
---|---|
ChunkPrimer |
getPrimer() |
World |
getWorld() |
int |
getX() |
int |
getZ() |
getGen, getGenerator
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
private final int x
private final int z
private final ChunkPrimer primer
private final World world
public ReplaceBiomeBlocks(IChunkGenerator chunkProvider, int x, int z, ChunkPrimer primer, World world)
public int getX()
public int getZ()
public ChunkPrimer getPrimer()
public World getWorld()