public class BiomeEvent extends Event
Event as its parameter, the method will
 receive every child event of this class.MinecraftForge.TERRAIN_GEN_BUS
 unless stated otherwise in their Javadocs.| Modifier and Type | Class and Description | 
|---|---|
| static class  | BiomeEvent.BiomeColorBiomeColor is fired whenever an event involving biome colors occurs. | 
| static class  | BiomeEvent.CreateDecoratorCreateDecorator is fired when a BiomeDecorator is created. | 
| static class  | BiomeEvent.GetFoliageColorThis event is fired when a biome is queried for its grass color. | 
| static class  | BiomeEvent.GetGrassColorThis event is fired when a biome is queried for its grass color. | 
| static class  | BiomeEvent.GetVillageBlockIDThis event is fired when the village generator attempts to choose a block ID
 based on the village's biome. | 
| static class  | BiomeEvent.GetWaterColorThis event is fired when a biome is queried for its water color. | 
Event.HasResult, Event.Result| Constructor and Description | 
|---|
| BiomeEvent(Biome biome) | 
| Modifier and Type | Method and Description | 
|---|---|
| Biome | getBiome() | 
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup