Uses of Interface
net.minecraftforge.fml.IModStateTransition
-
Uses of IModStateTransition in net.minecraftforge.fml
Modifier and TypeFieldDescriptionprivate Optional<IModStateTransition>
ModLoadingState.transition
The field for thetransition
record component.Modifier and TypeMethodDescriptionstatic IModStateTransition
IModStateTransition.buildNoopTransition()
Modifier and TypeMethodDescriptionModLoadingState.transition()
Returns the value of thetransition
record component.Modifier 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
-
Uses of IModStateTransition in net.minecraftforge.fmllegacy
Modifier and TypeClassDescription(package private) class
SerialTransition<T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>