Uses of Interface
net.minecraftforge.fml.IModStateTransition.EventGenerator
Packages that use IModStateTransition.EventGenerator
- 
Uses of IModStateTransition.EventGenerator in net.minecraftforge.fmlMethods in net.minecraftforge.fml that return IModStateTransition.EventGeneratorModifier and TypeMethodDescriptionprivate <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
 IModStateTransition.EventGenerator<T>IModStateTransition.addCompletableFutureTaskForModDispatch(Executor syncExecutor, Executor parallelExecutor, List<CompletableFuture<Void>> completableFutures, IModStateTransition.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> nextState, IModStateTransition.EventGenerator<T> nextGenerator) static <FN extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
 IModStateTransition.EventGenerator<FN>IModStateTransition.EventGenerator.fromFunction(Function<ModContainer, FN> fn) Methods in net.minecraftforge.fml that return types with arguments of type IModStateTransition.EventGeneratorModifier and TypeMethodDescriptionIModStateTransition.eventFunctionStream()NoopTransition.eventFunctionStream()BiFunction<Executor,? extends IModStateTransition.EventGenerator<?>, CompletableFuture<Void>> IModStateTransition.postDispatchHook()BiFunction<Executor,? extends IModStateTransition.EventGenerator<?>, CompletableFuture<Void>> NoopTransition.postDispatchHook()BiFunction<Executor,? extends IModStateTransition.EventGenerator<?>, CompletableFuture<Void>> IModStateTransition.preDispatchHook()BiFunction<Executor,? extends IModStateTransition.EventGenerator<?>, CompletableFuture<Void>> NoopTransition.preDispatchHook()Methods in net.minecraftforge.fml with parameters of type IModStateTransition.EventGeneratorModifier and TypeMethodDescriptionprivate <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
 IModStateTransition.EventGenerator<T>IModStateTransition.addCompletableFutureTaskForModDispatch(Executor syncExecutor, Executor parallelExecutor, List<CompletableFuture<Void>> completableFutures, IModStateTransition.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> nextState, IModStateTransition.EventGenerator<T> nextGenerator) static <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
 CompletableFuture<Void>ModContainer.buildTransitionHandler(ModContainer target, IModStateTransition.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> stateChangeHandler, Executor executor) (package private) <T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
 Function<Executor,CompletableFuture<Void>> ModList.futureVisitor(IModStateTransition.EventGenerator<T> eventGenerator, BiFunction<ModLoadingStage, Throwable, ModLoadingStage> stateChange) 
- 
Uses of IModStateTransition.EventGenerator in net.minecraftforge.fml.coreMethods in net.minecraftforge.fml.core that return types with arguments of type IModStateTransition.EventGeneratorModifier and TypeMethodDescriptionParallelTransition.eventFunctionStream()BiFunction<Executor,? extends IModStateTransition.EventGenerator<?>, CompletableFuture<Void>> ParallelTransition.postDispatchHook()BiFunction<Executor,? extends IModStateTransition.EventGenerator<?>, CompletableFuture<Void>> ParallelTransition.preDispatchHook()