cpw.mods.fml.common.event
Class FMLServerStartingEvent

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.FMLServerStartingEvent

public class FMLServerStartingEvent
extends FMLStateEvent


Constructor Summary
FMLServerStartingEvent(Object... data)
           
 
Method Summary
 LoaderState.ModState getModState()
           
 MinecraftServer getServer()
           
 void registerServerCommand(ICommand command)
           
 
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

FMLServerStartingEvent

public FMLServerStartingEvent(Object... data)
Method Detail

getModState

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

getServer

public MinecraftServer getServer()

registerServerCommand

public void registerServerCommand(ICommand command)