net.minecraftforge.event.world
Class WorldEvent

java.lang.Object
  extended by net.minecraftforge.event.Event
      extended by net.minecraftforge.event.world.WorldEvent
Direct Known Subclasses:
ChunkEvent, InitNoiseGensEvent, SaplingGrowTreeEvent, WorldEvent.Load, WorldEvent.Save, WorldEvent.Unload

public class WorldEvent
extends Event


Nested Class Summary
static class WorldEvent.Load
           
static class WorldEvent.Save
           
static class WorldEvent.Unload
           
 
Nested classes/interfaces inherited from class net.minecraftforge.event.Event
Event.HasResult, Event.Result
 
Field Summary
 World world
           
 
Constructor Summary
WorldEvent(World world)
           
 
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

world

public final World world
Constructor Detail

WorldEvent

public WorldEvent(World world)