Uses of Enum Class
net.minecraftforge.fml.ModLoadingStage
Packages that use ModLoadingStage
-
Uses of ModLoadingStage in net.minecraftforge.fml
Fields in net.minecraftforge.fml declared as ModLoadingStageModifier and TypeFieldDescriptionprivate final ModLoadingStage
ModLoadingException.errorStage
The stage where this error was encounteredprivate final ModLoadingStage
DeferredWorkQueue.modLoadingStage
protected ModLoadingStage
ModContainer.modLoadingStage
private ModLoadingStage
ModLoadingContext.stage
private final ModLoadingStage
ModLoadingWarning.warningStage
The stage where this warning was encounteredFields in net.minecraftforge.fml with type parameters of type ModLoadingStageModifier and TypeFieldDescriptionprotected final Map<ModLoadingStage,
Runnable> ModContainer.activityMap
Methods in net.minecraftforge.fml that return ModLoadingStageModifier and TypeMethodDescription(package private) ModLoadingStage
ModLoadingStage.currentState
(Throwable exception) ModContainer.getCurrentState()
(package private) ModLoadingStage
static ModLoadingStage
Returns the enum constant of this class with the specified name.static ModLoadingStage[]
ModLoadingStage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraftforge.fml with parameters of type ModLoadingStageModifier and TypeMethodDescriptionprivate void
ModLoader.dispatchAndHandleError
(ModLoadingStage state, ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable ticker) private void
ModLoader.dispatchAndHandleError
(ModLoadingStage state, ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable ticker, Function<Executor, CompletableFuture<Void>> preSyncTask, Function<Executor, CompletableFuture<Void>> postSyncTask) private void
ModLoader.waitForTransition
(ModLoadingStage state, ModWorkManager.DrivenExecutor syncExecutor, Runnable ticker, CompletableFuture<List<Throwable>> transition) Method parameters in net.minecraftforge.fml with type arguments of type ModLoadingStageModifier and TypeMethodDescriptionprivate <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
ModLoadingStage.EventGenerator<T>ModLoadingStage.addCompletableFutureTaskForModDispatch
(Executor syncExecutor, Executor parallelExecutor, List<CompletableFuture<List<Throwable>>> completeableFutures, ModLoadingStage.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> nextState, ModLoadingStage.EventGenerator<T> nextGenerator) private <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
ModLoadingStage.EventGenerator<T>ModLoadingStage.addCompletableFutureTaskForModDispatch
(Executor syncExecutor, Executor parallelExecutor, List<CompletableFuture<List<Throwable>>> completeableFutures, ModLoadingStage.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> nextState, ModLoadingStage.EventGenerator<T> nextGenerator) static <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
CompletableFuture<Void>ModContainer.buildTransitionHandler
(ModContainer target, ModLoadingStage.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> stateChangeHandler, Executor executor) static <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
CompletableFuture<Void>ModContainer.buildTransitionHandler
(ModContainer target, ModLoadingStage.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> stateChangeHandler, Executor executor) (package private) <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
Function<Executor,CompletableFuture<List<Throwable>>> ModList.futureVisitor
(ModLoadingStage.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> stateChange) (package private) <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
Function<Executor,CompletableFuture<List<Throwable>>> ModList.futureVisitor
(ModLoadingStage.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> stateChange) Constructors in net.minecraftforge.fml with parameters of type ModLoadingStageModifierConstructorDescriptionDeferredWorkQueue
(ModLoadingStage modLoadingStage, Class<? extends ParallelDispatchEvent> eventClass) ModLoadingException
(net.minecraftforge.forgespi.language.IModInfo modInfo, ModLoadingStage errorStage, String i18nMessage, Throwable originalException, Object... context) ModLoadingWarning
(net.minecraftforge.forgespi.language.IModInfo modInfo, ModLoadingStage warningStage, String i18nMessage, Object... context) UncaughtModLoadingException
(ModLoadingStage stage, Throwable originalException)