cpw.mods.fml.common.event
Class FMLConstructionEvent

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

public class FMLConstructionEvent
extends FMLStateEvent


Constructor Summary
FMLConstructionEvent(Object... eventData)
           
 
Method Summary
 ASMDataTable getASMHarvestedData()
           
 ModClassLoader getModClassLoader()
           
 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

FMLConstructionEvent

public FMLConstructionEvent(Object... eventData)
Method Detail

getModClassLoader

public ModClassLoader getModClassLoader()

getModState

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

getASMHarvestedData

public ASMDataTable getASMHarvestedData()