public class FMLConstructionEvent extends FMLStateEvent
| Constructor and Description | 
|---|
FMLConstructionEvent(java.lang.Object... eventData)  | 
| Modifier and Type | Method and Description | 
|---|---|
ASMDataTable | 
getASMHarvestedData()  | 
ModClassLoader | 
getModClassLoader()  | 
LoaderState.ModState | 
getModState()
The current state of the mod 
 | 
<any> | 
getReverseDependencies()  | 
getSideapplyModContainer, description, getEventTypepublic ModClassLoader getModClassLoader()
public LoaderState.ModState getModState()
FMLStateEventgetModState in class FMLStateEventpublic ASMDataTable getASMHarvestedData()
public <any> getReverseDependencies()