Package net.minecraftforge.fml
Interface IModLoadingState
- All Known Implementing Classes:
ModLoadingState
public interface IModLoadingState
-
Method Summary
Modifier and TypeMethodDescriptiondefault <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
Optional<CompletableFuture<List<Throwable>>>buildTransition(Executor syncExecutor, Executor parallelExecutor)
<T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
Optional<CompletableFuture<List<Throwable>>>buildTransition(Executor syncExecutor, Executor parallelExecutor, Function<Executor,CompletableFuture<Void>> preSyncTask, Function<Executor,CompletableFuture<Void>> postSyncTask)
message()
name()
phase()
previous()
-
Method Details
-
name
String name() -
previous
String previous() -
phase
ModLoadingPhase phase() -
message
-
inlineRunnable
-
buildTransition
default <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent> Optional<CompletableFuture<List<Throwable>>> buildTransition(Executor syncExecutor, Executor parallelExecutor) -
buildTransition
<T extends net.minecraftforge.eventbus.api.Event & IModBusEvent> Optional<CompletableFuture<List<Throwable>>> buildTransition(Executor syncExecutor, Executor parallelExecutor, Function<Executor,CompletableFuture<Void>> preSyncTask, Function<Executor,CompletableFuture<Void>> postSyncTask)
-