Package | Description |
---|---|
cpw.mods.fml.common |
Modifier and Type | Method and Description |
---|---|
LoaderState |
LoaderState.requiredState() |
LoaderState |
LoaderState.transition(boolean errored) |
static LoaderState |
LoaderState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaderState[] |
LoaderState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadController.distributeStateMessage(LoaderState state,
Object... eventData) |
boolean |
Loader.hasReachedState(LoaderState state) |
boolean |
Loader.isInState(LoaderState state) |
boolean |
LoadController.isInState(LoaderState state) |
void |
LoadController.transition(LoaderState desiredState,
boolean forceState) |