net.minecraftforge.event.terraingen
Class InitMapGenEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.event.terraingen.InitMapGenEvent

public class InitMapGenEvent
extends Event


Nested Class Summary
static class InitMapGenEvent.EventType
          Use CUSTOM to filter custom event types
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 MapGenBase newGen
           
 MapGenBase originalGen
           
 InitMapGenEvent.EventType type
           
 
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

type

public final InitMapGenEvent.EventType type

originalGen

public final MapGenBase originalGen

newGen

public MapGenBase newGen