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 Set<IModLoadingState>ModLoader.completedStatesprivate final EnumMap<ModLoadingPhase,List<IModLoadingState>> ModStateManager.stateMapMethods in net.minecraftforge.fml that return IModLoadingStateMethods 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 voidModLoader.dispatchAndHandleError(IModLoadingState state, ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable ticker, ProgressMeter progressBar) private voidModLoader.handleInlineTransition(Consumer<ModList> transition, IModLoadingState state, ModWorkManager.DrivenExecutor syncExecutor, Runnable ticker) private voidModLoader.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