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