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