net.minecraftforge.event.terraingen
Class WorldTypeEvent.BiomeSize

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.event.terraingen.WorldTypeEvent
          extended by net.minecraftforge.event.terraingen.WorldTypeEvent.BiomeSize
Enclosing class:
WorldTypeEvent

public static class WorldTypeEvent.BiomeSize
extends WorldTypeEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class net.minecraftforge.event.terraingen.WorldTypeEvent
WorldTypeEvent.BiomeSize, WorldTypeEvent.InitBiomeGens
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 byte newSize
           
 byte originalSize
           
 
Fields inherited from class net.minecraftforge.event.terraingen.WorldTypeEvent
worldType
 
Constructor Summary
WorldTypeEvent.BiomeSize(WorldType worldType, byte 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

originalSize

public final byte originalSize

newSize

public byte newSize
Constructor Detail

WorldTypeEvent.BiomeSize

public WorldTypeEvent.BiomeSize(WorldType worldType,
                                byte original)