Uses of Interface
net.minecraftforge.fml.ModWorkManager.DrivenExecutor
Packages that use ModWorkManager.DrivenExecutor
Package
Description
-
Uses of ModWorkManager.DrivenExecutor in net.minecraftforge.fml
Classes in net.minecraftforge.fml that implement ModWorkManager.DrivenExecutorModifier and TypeClassDescriptionprivate static classprivate static classMethods in net.minecraftforge.fml that return ModWorkManager.DrivenExecutorModifier and TypeMethodDescriptionModWorkManager.syncExecutor()ModWorkManager.wrappedExecutor(Executor executor)Methods in net.minecraftforge.fml with parameters of type ModWorkManager.DrivenExecutorModifier and TypeMethodDescriptionprivate voidModLoader.dispatchAndHandleError(IModLoadingState state, ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable ticker)private voidModLoader.dispatchAndHandleError(IModLoadingState state, ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable ticker, Function<Executor,CompletableFuture<Void>> preSyncTask, Function<Executor,CompletableFuture<Void>> postSyncTask)voidModLoader.finishMods(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable periodicTask)voidModLoader.gatherAndInitializeMods(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable periodicTask)Run on the primary starting thread by ClientModLoader and ServerModLoadervoidModLoader.loadMods(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable periodicTask)private voidModLoader.waitForTransition(IModLoadingState state, ModWorkManager.DrivenExecutor syncExecutor, Runnable ticker, CompletableFuture<List<Throwable>> transition) -
Uses of ModWorkManager.DrivenExecutor in net.minecraftforge.fmlclient
Methods in net.minecraftforge.fmlclient with parameters of type ModWorkManager.DrivenExecutorModifier and TypeMethodDescriptionprivate static voidClientModLoader.finishModLoading(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor)private static voidClientModLoader.startModLoading(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor) -
Uses of ModWorkManager.DrivenExecutor in net.minecraftforge.fmlonlyclient
Methods in net.minecraftforge.fmlonlyclient with parameters of type ModWorkManager.DrivenExecutorModifier and TypeMethodDescriptionprivate static voidClientModLoader.finishModLoading(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor)private static voidClientModLoader.startModLoading(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor)