cpw.mods.fml.common.event
Class FMLServerStoppingEvent

java.lang.Object
  extended by cpw.mods.fml.common.event.FMLEvent
      extended by cpw.mods.fml.common.event.FMLStateEvent
          extended by cpw.mods.fml.common.event.FMLServerStoppingEvent

public class FMLServerStoppingEvent
extends FMLStateEvent


Constructor Summary
FMLServerStoppingEvent(Object... data)
           
 
Method Summary
 LoaderState.ModState getModState()
           
 
Methods inherited from class cpw.mods.fml.common.event.FMLStateEvent
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

FMLServerStoppingEvent

public FMLServerStoppingEvent(Object... data)
Method Detail

getModState

public LoaderState.ModState getModState()
Specified by:
getModState in class FMLStateEvent