cpw.mods.fml.common.event
Class FMLPostInitializationEvent

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

public class FMLPostInitializationEvent
extends FMLStateEvent


Constructor Summary
FMLPostInitializationEvent(Object... data)
           
 
Method Summary
 Object buildSoftDependProxy(String modId, String className)
           
 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

FMLPostInitializationEvent

public FMLPostInitializationEvent(Object... data)
Method Detail

getModState

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

buildSoftDependProxy

public Object buildSoftDependProxy(String modId,
                                   String className)