Uses of Interface
net.minecraftforge.fml.IModStateTransition
Packages that use IModStateTransition
-
Uses of IModStateTransition in net.minecraftforge.fml
Classes in net.minecraftforge.fml that implement IModStateTransitionFields in net.minecraftforge.fml with type parameters of type IModStateTransitionModifier and TypeFieldDescriptionprivate final Optional<IModStateTransition>
ModLoadingState.transition
The field for thetransition
record component.Methods in net.minecraftforge.fml that return IModStateTransitionModifier and TypeMethodDescriptionstatic IModStateTransition
IModStateTransition.buildNoopTransition()
Methods in net.minecraftforge.fml that return types with arguments of type IModStateTransitionModifier and TypeMethodDescriptionModLoadingState.transition()
Returns the value of thetransition
record component.Methods in net.minecraftforge.fml with parameters of type IModStateTransitionModifier and TypeMethodDescriptionstatic ModLoadingState
ModLoadingState.withTransition
(String name, String previous, Function<ModList, String> message, ModLoadingPhase phase, IModStateTransition transition) Returns a mod loading state with state transition information and a custom human-friendly message function.static ModLoadingState
ModLoadingState.withTransition
(String name, String previous, ModLoadingPhase phase, IModStateTransition transition) Returns a mod loading state with state transition information and a default human-friendly message ofProcessing transition [name]
. -
Uses of IModStateTransition in net.minecraftforge.fml.core
Classes in net.minecraftforge.fml.core that implement IModStateTransition