类 ModStateProvider
java.lang.Object
net.minecraftforge.fml.core.ModStateProvider
- 所有已实现的接口:
IModStateProvider
Provider for the core FML mod loading states.
-
字段概要
字段修饰符和类型字段说明static final ModLoadingState
Loading state after configuration loading, for common (non-side-specific) setup and initialization.static final ModLoadingState
Completion state after PROCESS_IMC, marking the completion of the basic mod loading process; however, additional completion states may be present after this.static final ModLoadingState
First loading state, for loading of the common and (if applicable) client-side mod configurations.static final ModLoadingState
Gathering state after validation, for the construction of mod containers and their backing mod instances.static final ModLoadingState
The marker state for the completion of the full mod loading process.static final ModLoadingState
First completion state, for enqueuingInterModComms
messages.static final ModLoadingState
The special mod loading state for exceptional situations and error handling.static final ModLoadingState
static final ModLoadingState
Loading state after common setup, for side-specific setup and initialization.static final ModLoadingState
First gathering state, for the validation of the mod list. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明返回 the list of mod loading states known to this provider。
-
字段详细资料
-
ERROR
The special mod loading state for exceptional situations and error handling.- 另请参阅:
-
VALIDATE
First gathering state, for the validation of the mod list. TODO: figure out where this is used and why this exists instead of CONSTRUCT being the first state -
CONSTRUCT
Gathering state after validation, for the construction of mod containers and their backing mod instances.- 另请参阅:
-
CONFIG_LOAD
First loading state, for loading of the common and (if applicable) client-side mod configurations. -
COMMON_SETUP
Loading state after configuration loading, for common (non-side-specific) setup and initialization.- 另请参阅:
-
SIDED_SETUP
Loading state after common setup, for side-specific setup and initialization.- 另请参阅:
-
ENQUEUE_IMC
First completion state, for enqueuingInterModComms
messages.- 另请参阅:
-
PROCESS_IMC
- 另请参阅:
-
COMPLETE
Completion state after PROCESS_IMC, marking the completion of the basic mod loading process; however, additional completion states may be present after this.- 另请参阅:
-
DONE
The marker state for the completion of the full mod loading process.- 另请参阅:
-
-
构造器详细资料
-
ModStateProvider
public ModStateProvider()
-
-
方法详细资料
-
getAllStates
从接口复制的说明:IModStateProvider
返回 the list of mod loading states known to this provider。- 指定者:
getAllStates
在接口中IModStateProvider
- 返回:
- the list of mod loading states known to this provider
-