Uses of Class
net.minecraftforge.fml.event.lifecycle.ParallelDispatchEvent
Packages that use ParallelDispatchEvent
-
Uses of ParallelDispatchEvent in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type ParallelDispatchEventModifier and TypeFieldDescriptionprivate final Optional<Class<? extends ParallelDispatchEvent>>ModLoadingStage.parallelEventClassprivate static Map<Class<? extends ParallelDispatchEvent>,DeferredWorkQueue> DeferredWorkQueue.workQueuesMethods in net.minecraftforge.fml that return types with arguments of type ParallelDispatchEventModifier and TypeMethodDescriptionOptional<Class<? extends ParallelDispatchEvent>>ModLoadingStage.getParallelEventClass()Method parameters in net.minecraftforge.fml with type arguments of type ParallelDispatchEventModifier and TypeMethodDescriptionstatic Optional<DeferredWorkQueue>DeferredWorkQueue.lookup(Optional<Class<? extends ParallelDispatchEvent>> parallelClass) Constructor parameters in net.minecraftforge.fml with type arguments of type ParallelDispatchEventModifierConstructorDescriptionDeferredWorkQueue(ModLoadingStage modLoadingStage, Class<? extends ParallelDispatchEvent> eventClass) privateModLoadingStage(Class<? extends ParallelDispatchEvent> parallelClass) -
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 lifecycle 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 lifecycle startup.classThis is the fourth of four commonly called events during mod lifecycle startup.