public static enum LifecycleEventProvider.LifecycleEvent.Progression extends java.lang.Enum<LifecycleEventProvider.LifecycleEvent.Progression>
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<ModLoadingStage,ModLoadingStage> |
edge |
Modifier and Type | Method and Description |
---|---|
ModLoadingStage |
apply(ModLoadingStage in) |
static LifecycleEventProvider.LifecycleEvent.Progression |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleEventProvider.LifecycleEvent.Progression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifecycleEventProvider.LifecycleEvent.Progression NEXT
public static final LifecycleEventProvider.LifecycleEvent.Progression STAY
private final java.util.function.Function<ModLoadingStage,ModLoadingStage> edge
public static LifecycleEventProvider.LifecycleEvent.Progression[] values()
for (LifecycleEventProvider.LifecycleEvent.Progression c : LifecycleEventProvider.LifecycleEvent.Progression.values()) System.out.println(c);
public static LifecycleEventProvider.LifecycleEvent.Progression valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ModLoadingStage apply(ModLoadingStage in)