Uses of Class
net.neoforged.fml.event.lifecycle.ParallelDispatchEvent
Packages that use ParallelDispatchEvent
-
Uses of ParallelDispatchEvent in net.neoforged.fml
Method parameters in net.neoforged.fml with type arguments of type ParallelDispatchEventModifier and TypeMethodDescriptionstatic void
ModLoader.dispatchParallelEvent
(String name, Executor syncExecutor, Executor parallelExecutor, Runnable periodicTask, BiFunction<ModContainer, DeferredWorkQueue, ParallelDispatchEvent> eventConstructor) Dispatches a parallel event across all mod containers, with progress displayed on the loading screen. -
Uses of ParallelDispatchEvent in net.neoforged.fml.event.lifecycle
Subclasses of ParallelDispatchEvent in net.neoforged.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.