Uses of Class
net.minecraftforge.fml.event.lifecycle.ParallelDispatchEvent
-
Packages that use ParallelDispatchEvent Package Description net.minecraftforge.fml net.minecraftforge.fml.event.lifecycle -
-
Uses of ParallelDispatchEvent in net.minecraftforge.fml
Fields in net.minecraftforge.fml with type parameters of type ParallelDispatchEvent Modifier and Type Field Description private java.util.Optional<java.lang.Class<? extends ParallelDispatchEvent>>
ModLoadingStage. parallelEventClass
private static java.util.Map<java.lang.Class<? extends ParallelDispatchEvent>,DeferredWorkQueue>
DeferredWorkQueue. workQueues
Methods in net.minecraftforge.fml that return types with arguments of type ParallelDispatchEvent Modifier and Type Method Description java.util.Optional<java.lang.Class<? extends ParallelDispatchEvent>>
ModLoadingStage. getParallelEventClass()
Method parameters in net.minecraftforge.fml with type arguments of type ParallelDispatchEvent Modifier and Type Method Description static java.util.Optional<DeferredWorkQueue>
DeferredWorkQueue. lookup(java.util.Optional<java.lang.Class<? extends ParallelDispatchEvent>> parallelClass)
Constructor parameters in net.minecraftforge.fml with type arguments of type ParallelDispatchEvent Constructor Description DeferredWorkQueue(ModLoadingStage modLoadingStage, java.lang.Class<? extends ParallelDispatchEvent> eventClass)
ModLoadingStage(java.lang.Class<? extends ParallelDispatchEvent> parallelClass)
-
Uses of ParallelDispatchEvent in net.minecraftforge.fml.event.lifecycle
Subclasses of ParallelDispatchEvent in net.minecraftforge.fml.event.lifecycle Modifier and Type Class Description class
FMLClientSetupEvent
This is the second of four commonly called events during mod lifecycle startup.class
FMLCommonSetupEvent
This is the first of four commonly called events during mod initialization.class
FMLConstructModEvent
class
FMLDedicatedServerSetupEvent
This is the second of four commonly called events during mod lifecycle startup.class
FMLLoadCompleteEvent
This is a mostly internal event fired to mod containers that indicates that loading is complete.class
InterModEnqueueEvent
This is the third of four commonly called events during mod lifecycle startup.class
InterModProcessEvent
This is the fourth of four commonly called events during mod lifecycle startup.
-