Class ParallelDispatchEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.fml.event.lifecycle.ModLifecycleEvent
net.neoforged.fml.event.lifecycle.ParallelDispatchEvent
- All Implemented Interfaces:
IModBusEvent
- Direct Known Subclasses:
FMLClientSetupEvent
,FMLCommonSetupEvent
,FMLConstructModEvent
,FMLDedicatedServerSetupEvent
,FMLLoadCompleteEvent
,InterModEnqueueEvent
,InterModProcessEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenqueueWork
(Runnable work) <T> CompletableFuture
<T> enqueueWork
(Supplier<T> work) Methods inherited from class net.neoforged.fml.event.lifecycle.ModLifecycleEvent
getContainer, getIMCStream, getIMCStream
-
Field Details
-
workQueue
-
-
Constructor Details
-
ParallelDispatchEvent
-
-
Method Details
-
enqueueWork
-
enqueueWork
-