Uses of Interface
net.minecraftforge.fml.ModWorkManager.DrivenExecutor
-
Uses of ModWorkManager.DrivenExecutor in net.minecraftforge.fml
Modifier and TypeClassDescriptionprivate static class
private static class
Modifier and TypeMethodDescriptionModWorkManager.syncExecutor()
ModWorkManager.wrappedExecutor
(Executor executor) Modifier 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) void
ModLoader.finishMods
(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable periodicTask) void
ModLoader.gatherAndInitializeMods
(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Runnable periodicTask) Run on the primary starting thread by ClientModLoader and ServerModLoadervoid
ModLoader.loadMods
(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor, Function<Executor, CompletableFuture<Void>> beforeSidedEvent, Function<Executor, CompletableFuture<Void>> afterSidedEvent, Runnable periodicTask) private void
ModLoader.waitForTransition
(ModLoadingStage state, ModWorkManager.DrivenExecutor syncExecutor, Runnable ticker, CompletableFuture<List<Throwable>> transition) -
Uses of ModWorkManager.DrivenExecutor in net.minecraftforge.fml.client
Modifier and TypeMethodDescriptionprivate static void
ClientModLoader.finishModLoading
(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor) private static void
ClientModLoader.startModLoading
(ModWorkManager.DrivenExecutor syncExecutor, Executor parallelExecutor)