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.eventThe field for theeventrecord 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 theeventrecord 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 aParallelTransitionrecord class. -
Uses of ParallelDispatchEvent in net.minecraftforge.fml.event.lifecycle
Subclasses of ParallelDispatchEvent in net.minecraftforge.fml.event.lifecycleModifier and TypeClassDescriptionclassThis is the second of four commonly called events during mod lifecycle startup.classThis is the first of four commonly called events during mod initialization.classclassThis is the second of four commonly called events during mod core startup.classThis is a mostly internal event fired to mod containers that indicates that loading is complete.classThis is the third of four commonly called events during mod core startup.classThis is the fourth of four commonly called events during mod core startup.