Package | Description |
---|---|
net.minecraftforge.fml |
Modifier and Type | Field and Description |
---|---|
private ModLoadingStage |
ModLoadingException.errorStage
The stage where this error was encountered
|
protected ModLoadingStage |
ModContainer.modLoadingStage |
private ModLoadingStage |
LifecycleEventProvider.LifecycleEvent.stage |
private ModLoadingStage |
ModLoadingWarning.warningStage
The stage where this warning was encountered
|
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<ModLoadingStage,ModLoadingStage> |
LifecycleEventProvider.LifecycleEvent.Progression.edge |
private java.util.function.Function<ModLoadingStage,ModLoadingStage> |
LifecycleEventProvider.LifecycleEvent.Progression.edge |
protected java.util.Map<ModLoadingStage,java.util.function.Consumer<LifecycleEventProvider.LifecycleEvent>> |
ModContainer.triggerMap |
Modifier and Type | Method and Description |
---|---|
ModLoadingStage |
LifecycleEventProvider.LifecycleEvent.Progression.apply(ModLoadingStage in) |
ModLoadingStage |
LifecycleEventProvider.LifecycleEvent.fromStage() |
ModLoadingStage |
LifecycleEventProvider.GatherDataLifecycleEvent.fromStage() |
ModLoadingStage |
ModContainer.getCurrentState() |
ModLoadingStage |
LifecycleEventProvider.LifecycleEvent.toStage() |
ModLoadingStage |
LifecycleEventProvider.GatherDataLifecycleEvent.toStage() |
static ModLoadingStage |
ModLoadingStage.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModLoadingStage[] |
ModLoadingStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ModLoadingStage |
LifecycleEventProvider.LifecycleEvent.Progression.apply(ModLoadingStage in) |
(package private) static void |
DeferredWorkQueue.runTasks(ModLoadingStage fromStage,
java.util.function.Consumer<java.util.List<ModLoadingException>> errorHandler)
Deprecated.
|
Constructor and Description |
---|
GatherDataLifecycleEvent(ModLoadingStage stage) |
LifecycleEvent(ModLoadingStage stage) |
LifecycleEvent(ModLoadingStage stage,
LifecycleEventProvider.LifecycleEvent.Progression progression) |
ModLoadingException(net.minecraftforge.forgespi.language.IModInfo modInfo,
ModLoadingStage errorStage,
java.lang.String i18nMessage,
java.lang.Throwable originalException,
java.lang.Object... context) |
ModLoadingWarning(net.minecraftforge.forgespi.language.IModInfo modInfo,
ModLoadingStage warningStage,
java.lang.String i18nMessage,
java.lang.Object... context) |
UncaughtModLoadingException(ModLoadingStage stage,
java.lang.Throwable originalException) |
Constructor and Description |
---|
Progression(java.util.function.Function<ModLoadingStage,ModLoadingStage> edge) |
Progression(java.util.function.Function<ModLoadingStage,ModLoadingStage> edge) |