Uses of Interface
net.minecraftforge.fml.IModStateTransition
Packages that use IModStateTransition
-
Uses of IModStateTransition in net.minecraftforge.common
Classes in net.minecraftforge.common that implement IModStateTransitionModifier and TypeClassDescription(package private) static final recordForgeStatesProvider.SerialTransition<T extends net.minecraftforge.eventbus.api.Event & IModBusEvent> -
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.transitionThe field for thetransitionrecord component.Methods in net.minecraftforge.fml that return IModStateTransitionModifier and TypeMethodDescriptionstatic IModStateTransitionIModStateTransition.buildNoopTransition()Methods in net.minecraftforge.fml that return types with arguments of type IModStateTransitionModifier and TypeMethodDescriptionModLoadingState.transition()Returns the value of thetransitionrecord component.Methods in net.minecraftforge.fml with parameters of type IModStateTransitionModifier and TypeMethodDescriptionstatic 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) -
Uses of IModStateTransition in net.minecraftforge.fml.core
Classes in net.minecraftforge.fml.core that implement IModStateTransition