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