public enum GUIChameleon extends java.lang.Enum<GUIChameleon>
Enum Constant and Description |
---|
BUTTON_ADAPT |
BUTTON_APPLY |
BUTTON_CHAMELEON |
BUTTON_CLOSE |
BUTTON_CONSTRUCT |
BUTTON_INVISIBLE |
BUTTON_SHORT |
Modifier and Type | Method and Description |
---|---|
int |
getCustomModelData() |
org.bukkit.Material |
getMaterial() |
java.lang.String |
getName() |
int |
getSlot() |
static GUIChameleon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GUIChameleon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GUIChameleon BUTTON_APPLY
public static final GUIChameleon BUTTON_CHAMELEON
public static final GUIChameleon BUTTON_ADAPT
public static final GUIChameleon BUTTON_INVISIBLE
public static final GUIChameleon BUTTON_SHORT
public static final GUIChameleon BUTTON_CONSTRUCT
public static final GUIChameleon BUTTON_CLOSE
public static GUIChameleon[] values()
for (GUIChameleon c : GUIChameleon.values()) System.out.println(c);
public static GUIChameleon 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()