public class BiomeEvent extends Event
Modifier and Type | Class and Description |
---|---|
static class |
BiomeEvent.BiomeColor |
static class |
BiomeEvent.BlockReplacement |
static class |
BiomeEvent.CreateDecorator |
static class |
BiomeEvent.GetFoliageColor
This event is fired when a biome is queried for its grass color.
|
static class |
BiomeEvent.GetGrassColor
This event is fired when a biome is queried for its grass color.
|
static class |
BiomeEvent.GetVillageBlockID
This event is fired when the village generator attempts to choose a block ID
based on the village's biome.
|
static class |
BiomeEvent.GetVillageBlockMeta
This event is fired when the village generator attempts to choose a block
metadata based on the village's biome.
|
static class |
BiomeEvent.GetWaterColor
This event is fired when a biome is queried for its water color.
|
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
BiomeGenBase |
biome |
Constructor and Description |
---|
BiomeEvent(BiomeGenBase biome) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public final BiomeGenBase biome
public BiomeEvent(BiomeGenBase biome)