| Package | Description | 
|---|---|
| net.minecraftforge.event.terraingen | 
| 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. This event is fired whenever a BiomeDecorator is created in DeferredBiomeDecorator.fireCreateEventAndReplace(Biome).BiomeEvent.CreateDecorator.originalBiomeDecoratorcontains the original BiomeDecorator that would be used in vanilla. | 
| 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. |