public static enum ICube.ForcedLoadReason extends java.lang.Enum<ICube.ForcedLoadReason>
| Enum Constant and Description |
|---|
MOD_TICKET |
OTHER |
PLAYER |
SPAWN_AREA |
| Modifier and Type | Method and Description |
|---|---|
static ICube.ForcedLoadReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICube.ForcedLoadReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICube.ForcedLoadReason SPAWN_AREA
public static final ICube.ForcedLoadReason PLAYER
public static final ICube.ForcedLoadReason MOD_TICKET
public static final ICube.ForcedLoadReason OTHER
public static ICube.ForcedLoadReason[] values()
for (ICube.ForcedLoadReason c : ICube.ForcedLoadReason.values()) System.out.println(c);
public static ICube.ForcedLoadReason 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