public enum GUIInteriorSounds extends java.lang.Enum<GUIInteriorSounds>
Enum Constant and Description |
---|
ACTION |
ALIEN |
ATMOSPHERE |
CLOSE |
COMPUTER |
COPPER |
CORAL |
GALAXY |
LEARNING |
MIND |
NEON |
RANDOM |
SLEEPING |
VOID |
Modifier and Type | Method and Description |
---|---|
int |
getCustomModelData() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUIInteriorSounds |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIInteriorSounds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIInteriorSounds ALIEN
public static final GUIInteriorSounds ATMOSPHERE
public static final GUIInteriorSounds COMPUTER
public static final GUIInteriorSounds COPPER
public static final GUIInteriorSounds CORAL
public static final GUIInteriorSounds GALAXY
public static final GUIInteriorSounds LEARNING
public static final GUIInteriorSounds MIND
public static final GUIInteriorSounds NEON
public static final GUIInteriorSounds SLEEPING
public static final GUIInteriorSounds VOID
public static final GUIInteriorSounds RANDOM
public static final GUIInteriorSounds ACTION
public static final GUIInteriorSounds CLOSE
public static GUIInteriorSounds[] values()
for (GUIInteriorSounds c : GUIInteriorSounds.values()) System.out.println(c);
public static GUIInteriorSounds 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 int getCustomModelData()
public int getSlot()
public org.bukkit.Material getMaterial()
public java.lang.String getName()