Uses of Interface
net.minecraftforge.fml.IModLoadingState
Packages that use IModLoadingState
-
Uses of IModLoadingState in net.minecraftforge.common
Methods in net.minecraftforge.common that return types with arguments of type IModLoadingState -
Uses of IModLoadingState in net.minecraftforge.fml
Classes in net.minecraftforge.fml that implement IModLoadingStateFields in net.minecraftforge.fml with type parameters of type IModLoadingStateModifier and TypeFieldDescriptionprivate final EnumMap<ModLoadingPhase,
List<IModLoadingState>> ModStateManager.stateMap
Methods in net.minecraftforge.fml that return types with arguments of type IModLoadingStateModifier and TypeMethodDescriptionIModStateProvider.getAllStates()
Returns the list of mod loading states known to this provider.ModStateManager.getStates
(ModLoadingPhase phase) Methods in net.minecraftforge.fml with parameters of type IModLoadingStateModifier 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<Void> transition) -
Uses of IModLoadingState in net.minecraftforge.fml.core
Methods in net.minecraftforge.fml.core that return types with arguments of type IModLoadingState