Package net.minecraftforge.fml
Interface ModLoadingStage.EventGenerator<T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
- All Superinterfaces:
Function<ModContainer,
T>
- Enclosing class:
- ModLoadingStage
public static interface ModLoadingStage.EventGenerator<T extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
extends Function<ModContainer,T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <FN extends net.minecraftforge.eventbus.api.Event & IModBusEvent>
ModLoadingStage.EventGenerator<FN>fromFunction
(Function<ModContainer, FN> fn)
-
Method Details
-
fromFunction
static <FN extends net.minecraftforge.eventbus.api.Event & IModBusEvent> ModLoadingStage.EventGenerator<FN> fromFunction(Function<ModContainer, FN> fn)
-