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