public class InitMapGenEvent extends Event
| Modifier and Type | Class and Description | 
|---|---|
| static class  | InitMapGenEvent.EventTypeUse CUSTOM to filter custom event types | 
Event.HasResult, Event.Result| Modifier and Type | Method and Description | 
|---|---|
| MapGenBase | getNewGen() | 
| MapGenBase | getOriginalGen() | 
| InitMapGenEvent.EventType | getType() | 
| void | setNewGen(MapGenBase newGen) | 
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic InitMapGenEvent.EventType getType()
public MapGenBase getOriginalGen()
public MapGenBase getNewGen()
public void setNewGen(MapGenBase newGen)