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. parallelEventClassprivate static java.util.Map<java.lang.Class<? extends ParallelDispatchEvent>,DeferredWorkQueue>DeferredWorkQueue. workQueuesMethods 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 classFMLClientSetupEventThis is the second of four commonly called events during mod lifecycle startup.classFMLCommonSetupEventThis is the first of four commonly called events during mod initialization.classFMLConstructModEventclassFMLDedicatedServerSetupEventThis is the second of four commonly called events during mod lifecycle startup.classFMLLoadCompleteEventThis is a mostly internal event fired to mod containers that indicates that loading is complete.classInterModEnqueueEventThis is the third of four commonly called events during mod lifecycle startup.classInterModProcessEventThis is the fourth of four commonly called events during mod lifecycle startup.
-