public class LoadController
extends java.lang.Object
| Constructor and Description | 
|---|
LoadController(Loader loader)  | 
| Modifier and Type | Method and Description | 
|---|---|
ModContainer | 
activeContainer()  | 
void | 
buildModList(FMLLoadEvent event)  | 
<any> | 
buildModObjectList()  | 
void | 
checkErrors()
Deprecated.  
 | 
void | 
checkErrorsAfterAvailable()
Deprecated.  
 | 
void | 
distributeStateMessage(java.lang.Class<?> customEvent)  | 
void | 
distributeStateMessage(LoaderState state,
                      java.lang.Object... eventData)  | 
void | 
errorOccurred(ModContainer modContainer,
             java.lang.Throwable exception)  | 
java.util.List<ModContainer> | 
getActiveModList()  | 
<any> | 
getModObjectList()  | 
LoaderState.ModState | 
getModState(ModContainer selectedMod)  | 
boolean | 
isInState(LoaderState state)  | 
void | 
printModStates(java.lang.StringBuilder ret)  | 
void | 
propogateStateMessage(FMLEvent stateEvent)  | 
void | 
transition(LoaderState desiredState,
          boolean forceState)  | 
public LoadController(Loader loader)
public void buildModList(FMLLoadEvent event)
public void distributeStateMessage(LoaderState state, java.lang.Object... eventData)
public void transition(LoaderState desiredState, boolean forceState)
@Deprecated public void checkErrorsAfterAvailable()
@Deprecated public void checkErrors()
public ModContainer activeContainer()
public void propogateStateMessage(FMLEvent stateEvent)
public <any> buildModObjectList()
public void errorOccurred(ModContainer modContainer, java.lang.Throwable exception)
public void printModStates(java.lang.StringBuilder ret)
public java.util.List<ModContainer> getActiveModList()
public LoaderState.ModState getModState(ModContainer selectedMod)
public void distributeStateMessage(java.lang.Class<?> customEvent)
public <any> getModObjectList()
public boolean isInState(LoaderState state)