Uses of Class
net.minecraftforge.fml.ModList
Packages that use ModList
-
Uses of ModList in net.minecraftforge.fml
Fields in net.minecraftforge.fml declared as ModListModifier and TypeFieldDescriptionprivate static ModListModList.INSTANCEprivate ModListModLoader.modListFields in net.minecraftforge.fml with type parameters of type ModListModifier and TypeFieldDescriptionModLoadingState.inlineRunnableThe field for theinlineRunnablerecord component.ModLoadingState.messageThe field for themessagerecord component.Methods in net.minecraftforge.fml that return ModListMethods in net.minecraftforge.fml that return types with arguments of type ModListModifier and TypeMethodDescriptionIModLoadingState.inlineRunnable()ModLoadingState.inlineRunnable()Returns the value of theinlineRunnablerecord component.IModLoadingState.message()ModLoadingState.message()Returns the value of themessagerecord component.Method parameters in net.minecraftforge.fml with type arguments of type ModListModifier and TypeMethodDescriptionstatic 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) Constructor parameters in net.minecraftforge.fml with type arguments of type ModListModifierConstructorDescriptionModLoadingState(String name, String previous, Function<ModList, String> message, ModLoadingPhase phase, Optional<Consumer<ModList>> inlineRunnable, Optional<IModStateTransition> transition) Creates an instance of aModLoadingStaterecord class.ModLoadingState(String name, String previous, Function<ModList, String> message, ModLoadingPhase phase, Optional<Consumer<ModList>> inlineRunnable, Optional<IModStateTransition> transition) Creates an instance of aModLoadingStaterecord class.