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