net.minecraftforge.event.terraingen
Class WorldTypeEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.event.terraingen.WorldTypeEvent
Direct Known Subclasses:
WorldTypeEvent.BiomeSize, WorldTypeEvent.InitBiomeGens

public class WorldTypeEvent
extends Event


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

worldType

public final WorldType worldType
Constructor Detail

WorldTypeEvent

public WorldTypeEvent(WorldType worldType)