public static enum InternalModuleHandler.Stage extends java.lang.Enum<InternalModuleHandler.Stage>
| Enum Constant and Description |
|---|
BACKPACKS_CRATES |
FINISHED |
INIT |
POST_INIT |
PRE_INIT |
REGISTER |
SETUP |
SETUP_DISABLED |
| Modifier and Type | Method and Description |
|---|---|
static InternalModuleHandler.Stage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InternalModuleHandler.Stage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalModuleHandler.Stage SETUP
public static final InternalModuleHandler.Stage SETUP_DISABLED
public static final InternalModuleHandler.Stage REGISTER
public static final InternalModuleHandler.Stage PRE_INIT
public static final InternalModuleHandler.Stage BACKPACKS_CRATES
public static final InternalModuleHandler.Stage INIT
public static final InternalModuleHandler.Stage POST_INIT
public static final InternalModuleHandler.Stage FINISHED
public static InternalModuleHandler.Stage[] values()
for (InternalModuleHandler.Stage c : InternalModuleHandler.Stage.values()) System.out.println(c);
public static InternalModuleHandler.Stage 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 null