public static class BiomeEvent.BiomeColor extends BiomeEvent
Event
as its parameter, the method will
receive every child event of this class.MinecraftForge.EVENT_BUS
.BiomeEvent.BiomeColor, BiomeEvent.CreateDecorator, BiomeEvent.GetFoliageColor, BiomeEvent.GetGrassColor, BiomeEvent.GetVillageBlockID, BiomeEvent.GetWaterColor
Event.HasResult, Event.Result
Constructor and Description |
---|
BiomeColor(Biome biome,
int original) |
Modifier and Type | Method and Description |
---|---|
int |
getNewColor() |
int |
getOriginalColor() |
void |
setNewColor(int newColor) |
getBiome
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
public BiomeColor(Biome biome, int original)