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.parallelEventClass
private static Map<Class<? extends ParallelDispatchEvent>,
DeferredWorkQueue> DeferredWorkQueue.workQueues
Methods 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) private
ModLoadingStage
(Class<? extends ParallelDispatchEvent> parallelClass) -
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 lifecycle 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 lifecycle startup.class
This is the fourth of four commonly called events during mod lifecycle startup.