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.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) Returns a mod loading state with state transition information and a custom human-friendly message function.static ModLoadingStateModLoadingState.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