Uses of Class
net.minecraftforge.fml.event.lifecycle.ParallelDispatchEvent
Packages that use ParallelDispatchEvent
-
Uses of ParallelDispatchEvent in net.minecraftforge.fml.core
Fields in net.minecraftforge.fml.core with type parameters of type ParallelDispatchEventModifier and TypeFieldDescriptionprivate final Class<? extends ParallelDispatchEvent>
ParallelTransition.event
The field for theevent
record component.Methods in net.minecraftforge.fml.core that return types with arguments of type ParallelDispatchEventModifier and TypeMethodDescriptionClass<? extends ParallelDispatchEvent>
ParallelTransition.event()
Returns the value of theevent
record component.Constructor parameters in net.minecraftforge.fml.core with type arguments of type ParallelDispatchEventModifierConstructorDescription(package private)
ParallelTransition
(ModLoadingStage stage, Class<? extends ParallelDispatchEvent> event) Creates an instance of aParallelTransition
record class. -
Uses of ParallelDispatchEvent in net.minecraftforge.fml.event.lifecycle
Subclasses of ParallelDispatchEvent in net.minecraftforge.fml.event.lifecycleModifier and TypeClassDescriptionclass
This is the second of four commonly called events during mod lifecycle startup.class
This is the first of four commonly called events during mod initialization.class
class
This is the second of four commonly called events during mod core startup.class
This is a mostly internal event fired to mod containers that indicates that loading is complete.class
This is the third of four commonly called events during mod core startup.class
This is the fourth of four commonly called events during mod core startup.