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.BiomeColor
BiomeColor is fired whenever an event involving biome colors occurs.
|
static class |
BiomeEvent.CreateDecorator
CreateDecorator is fired when a BiomeDecorator is created.
This event is fired whenever a BiomeDecorator is created in DeferredBiomeDecorator.fireCreateEventAndReplace(Biome) .BiomeEvent.CreateDecorator.originalBiomeDecorator contains the original BiomeDecorator that would be used in vanilla. |
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.GetWaterColor
This 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