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 voidModLoader.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 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.