Enum Constant and Description |
---|
BANKER_224 |
BANKER_268 |
BANKER_540 |
BANKER_617 |
BANKER_792 |
BANKER_95 |
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static Npc |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Npc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Npc BANKER_95
public static final Npc BANKER_224
public static final Npc BANKER_268
public static final Npc BANKER_540
public static final Npc BANKER_617
public static final Npc BANKER_792
public static Npc[] values()
for (Npc c : Npc.values()) System.out.println(c);
public static Npc 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