Uses of Enum Class
net.minecraftforge.fml.ModLoadingPhase
Packages that use ModLoadingPhase
-
Uses of ModLoadingPhase in net.minecraftforge.fml
Fields in net.minecraftforge.fml declared as ModLoadingPhaseModifier and TypeFieldDescriptionprivate final ModLoadingPhaseModLoadingState.phaseThe field for thephaserecord component.Fields in net.minecraftforge.fml with type parameters of type ModLoadingPhaseModifier and TypeFieldDescriptionprivate final EnumMap<ModLoadingPhase,List<IModLoadingState>> ModStateManager.stateMapMethods in net.minecraftforge.fml that return ModLoadingPhaseModifier and TypeMethodDescriptionIModLoadingState.phase()ModLoadingState.phase()Returns the value of thephaserecord component.static ModLoadingPhaseReturns the enum constant of this class with the specified name.static ModLoadingPhase[]ModLoadingPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraftforge.fml with parameters of type ModLoadingPhaseModifier and TypeMethodDescriptionstatic ModLoadingStateModLoadingState.empty(String name, String previous, ModLoadingPhase phase) ModStateManager.getStates(ModLoadingPhase phase) static ModLoadingStateModLoadingState.withInline(String name, String previous, ModLoadingPhase phase, Consumer<ModList> inline) static ModLoadingStateModLoadingState.withTransition(String name, String previous, Function<ModList, String> message, ModLoadingPhase phase, IModStateTransition transition) static ModLoadingStateModLoadingState.withTransition(String name, String previous, ModLoadingPhase phase, IModStateTransition transition) Constructors in net.minecraftforge.fml with parameters of type ModLoadingPhaseModifierConstructorDescriptionModLoadingState(String name, String previous, Function<ModList, String> message, ModLoadingPhase phase, Optional<Consumer<ModList>> inlineRunnable, Optional<IModStateTransition> transition) Creates an instance of aModLoadingStaterecord class.