Uses of Interface
net.minecraftforge.fml.IModLoadingState
-
Uses of IModLoadingState in net.minecraftforge.fml
Modifier and TypeFieldDescriptionprivate EnumMap<ModLoadingPhase,List<IModLoadingState>>
ModStateManager.stateMap
Modifier and TypeMethodDescriptionIModStateProvider.getAllStates()
ModStateManager.getStates(ModLoadingPhase phase)
Modifier and TypeMethodDescriptionprivate void
ModLoader.dispatchAndHandleError(IModLoadingState state, ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable ticker)
private void
ModLoader.dispatchAndHandleError(IModLoadingState state, ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable ticker, Function<Executor,CompletableFuture<Void>> preSyncTask, Function<Executor,CompletableFuture<Void>> postSyncTask)
private void
ModLoader.waitForTransition(IModLoadingState state, ModWorkManager.DrivenExecutor syncExecutor, Runnable ticker, CompletableFuture<List<Throwable>> transition)
-
Uses of IModLoadingState in net.minecraftforge.fml.core
-
Uses of IModLoadingState in net.minecraftforge.fmllegacy