public class BiomeEvent
extends net.minecraftforge.eventbus.api.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.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.
|
Constructor and Description |
---|
BiomeEvent(Biome biome) |
Modifier and Type | Method and Description |
---|---|
Biome |
getBiome() |