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 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)
static ModLoadingState
ModLoadingState.withTransition(String name, String previous, ModLoadingPhase phase, IModStateTransition transition)
-
Uses of IModStateTransition in net.minecraftforge.fml.core
Classes in net.minecraftforge.fml.core that implement IModStateTransition -
Uses of IModStateTransition in net.minecraftforge.fmllegacy
Classes in net.minecraftforge.fmllegacy that implement IModStateTransitionModifier and TypeClassDescription(package private) class
SerialTransition<T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>