cpw.mods.fml.common.event
Class FMLStateEvent

java.lang.Object
  extended by cpw.mods.fml.common.event.FMLEvent
      extended by cpw.mods.fml.common.event.FMLStateEvent
Direct Known Subclasses:
FMLConstructionEvent, FMLInitializationEvent, FMLLoadCompleteEvent, FMLPostInitializationEvent, FMLPreInitializationEvent, FMLServerStartedEvent, FMLServerStartingEvent, FMLServerStoppedEvent, FMLServerStoppingEvent

public abstract class FMLStateEvent
extends FMLEvent


Constructor Summary
FMLStateEvent(Object... data)
           
 
Method Summary
abstract  LoaderState.ModState getModState()
           
 Side getSide()
           
 
Methods inherited from class cpw.mods.fml.common.event.FMLEvent
applyModContainer, getEventType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FMLStateEvent

public FMLStateEvent(Object... data)
Method Detail

getModState

public abstract LoaderState.ModState getModState()

getSide

public Side getSide()