YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.LoadController Class Reference

Public Member Functions

 LoadController (Loader loader)
 
void buildModList (FMLLoadEvent event)
 
void distributeStateMessage (LoaderState state, Object...eventData)
 
void transition (LoaderState desiredState, boolean forceState)
 
ModContainer activeContainer ()
 
void propogateStateMessage (FMLEvent stateEvent)
 
ImmutableBiMap< ModContainer,
Object > 
buildModObjectList ()
 
void errorOccurred (ModContainer modContainer, Throwable exception)
 
void printModStates (StringBuilder ret)
 
List< ModContainergetActiveModList ()
 
ModState getModState (ModContainer selectedMod)
 
void distributeStateMessage (Class<?> customEvent)
 
BiMap< ModContainer, Object > getModObjectList ()
 
boolean isInState (LoaderState state)
 

Constructor & Destructor Documentation

cpw.mods.fml.common.LoadController.LoadController ( Loader  loader)

Member Function Documentation

ModContainer cpw.mods.fml.common.LoadController.activeContainer ( )
void cpw.mods.fml.common.LoadController.buildModList ( FMLLoadEvent  event)
ImmutableBiMap<ModContainer, Object> cpw.mods.fml.common.LoadController.buildModObjectList ( )
void cpw.mods.fml.common.LoadController.distributeStateMessage ( LoaderState  state,
Object...  eventData 
)
void cpw.mods.fml.common.LoadController.distributeStateMessage ( Class<?>  customEvent)
void cpw.mods.fml.common.LoadController.errorOccurred ( ModContainer  modContainer,
Throwable  exception 
)
List<ModContainer> cpw.mods.fml.common.LoadController.getActiveModList ( )
BiMap<ModContainer, Object> cpw.mods.fml.common.LoadController.getModObjectList ( )
ModState cpw.mods.fml.common.LoadController.getModState ( ModContainer  selectedMod)
boolean cpw.mods.fml.common.LoadController.isInState ( LoaderState  state)
void cpw.mods.fml.common.LoadController.printModStates ( StringBuilder  ret)
void cpw.mods.fml.common.LoadController.propogateStateMessage ( FMLEvent  stateEvent)
void cpw.mods.fml.common.LoadController.transition ( LoaderState  desiredState,
boolean  forceState 
)

The documentation for this class was generated from the following file: