Uses of Class
net.minecraftforge.fml.ModList
-
Uses of ModList in net.minecraftforge.fml
Modifier and TypeFieldDescriptionprivate static ModList
ModList.INSTANCE
private ModList
ModLoader.modList
Modifier and TypeFieldDescriptionModLoadingState.inlineRunnable
The field for theinlineRunnable
record component.ModLoadingState.message
The field for themessage
record component.Modifier and TypeMethodDescriptionIModLoadingState.inlineRunnable()
ModLoadingState.inlineRunnable()
Returns the value of theinlineRunnable
record component.IModLoadingState.message()
ModLoadingState.message()
Returns the value of themessage
record component.Modifier and TypeMethodDescriptionstatic ModLoadingState
ModLoadingState.withInline
(String name, String previous, ModLoadingPhase phase, Consumer<ModList> inline) static ModLoadingState
ModLoadingState.withTransition
(String name, String previous, Function<ModList, String> message, ModLoadingPhase phase, IModStateTransition transition) ModifierConstructorDescriptionModLoadingState
(String name, String previous, Function<ModList, String> message, ModLoadingPhase phase, Optional<Consumer<ModList>> inlineRunnable, Optional<IModStateTransition> transition) Creates an instance of aModLoadingState
record class.ModLoadingState
(String name, String previous, Function<ModList, String> message, ModLoadingPhase phase, Optional<Consumer<ModList>> inlineRunnable, Optional<IModStateTransition> transition) Creates an instance of aModLoadingState
record class.