public static enum NucleusSendToSpawnEvent.Type extends Enum<NucleusSendToSpawnEvent.Type>
| Enum Constant and Description |
|---|
COMMAND |
DEATH |
HOME_ON_DEATH |
PLUGIN |
| Modifier and Type | Method and Description |
|---|---|
static NucleusSendToSpawnEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NucleusSendToSpawnEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NucleusSendToSpawnEvent.Type COMMAND
public static final NucleusSendToSpawnEvent.Type DEATH
public static final NucleusSendToSpawnEvent.Type HOME_ON_DEATH
public static final NucleusSendToSpawnEvent.Type PLUGIN
public static NucleusSendToSpawnEvent.Type[] values()
for (NucleusSendToSpawnEvent.Type c : NucleusSendToSpawnEvent.Type.values()) System.out.println(c);
public static NucleusSendToSpawnEvent.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null