|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraftforge.event.Event
net.minecraftforge.event.terraingen.BiomeEvent
net.minecraftforge.event.terraingen.BiomeEvent.BiomeColor
public static class BiomeEvent.BiomeColor
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.minecraftforge.event.terraingen.BiomeEvent |
---|
BiomeEvent.BiomeColor, BiomeEvent.BlockReplacement, BiomeEvent.CreateDecorator, BiomeEvent.GetFoliageColor, BiomeEvent.GetGrassColor, BiomeEvent.GetVillageBlockID, BiomeEvent.GetVillageBlockMeta, BiomeEvent.GetWaterColor |
Nested classes/interfaces inherited from class net.minecraftforge.event.Event |
---|
Event.HasResult, Event.Result |
Field Summary | |
---|---|
int |
newColor
|
int |
originalColor
|
Fields inherited from class net.minecraftforge.event.terraingen.BiomeEvent |
---|
biome |
Constructor Summary | |
---|---|
BiomeEvent.BiomeColor(BiomeGenBase biome,
int original)
|
Method Summary |
---|
Methods inherited from class net.minecraftforge.event.Event |
---|
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int originalColor
public int newColor
Constructor Detail |
---|
public BiomeEvent.BiomeColor(BiomeGenBase biome, int original)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |