public class SetBiomeEvent extends Event
Biome is set into the world using IChunk.setBiomeInner(int, int, Biome) or any of the helper methods like IChunkOrWorld.setBiome(int, int, Biome). Note that the x and y variables are chunk-inner coordinates. Cancelling the event will cause the biome not to be set.| Constructor | Description |
|---|---|
SetBiomeEvent(IChunk chunk,
Biome biome,
int x,
int y) |