public enum WandAction extends Enum<WandAction>
| Enum Constant and Description |
|---|
ALT_CAST |
ALT_CAST2 |
ALT_CAST3 |
ALT_CAST4 |
ALT_CAST5 |
ALT_CAST6 |
ALT_CAST7 |
CANCEL |
CAST |
CYCLE |
CYCLE_ACTIVE_HOTBAR |
CYCLE_ACTIVE_HOTBAR_REVERSE |
CYCLE_BRUSH |
CYCLE_BRUSH_REVERSE |
CYCLE_HOTBAR |
CYCLE_HOTBAR_REVERSE |
CYCLE_REVERSE |
NONE |
REPLACE |
TOGGLE |
| Modifier and Type | Method and Description |
|---|---|
static WandAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WandAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WandAction NONE
public static final WandAction CAST
public static final WandAction TOGGLE
public static final WandAction CYCLE
public static final WandAction CYCLE_REVERSE
public static final WandAction CYCLE_HOTBAR
public static final WandAction CYCLE_HOTBAR_REVERSE
public static final WandAction REPLACE
public static final WandAction CYCLE_BRUSH
public static final WandAction CYCLE_BRUSH_REVERSE
public static final WandAction CYCLE_ACTIVE_HOTBAR
public static final WandAction CYCLE_ACTIVE_HOTBAR_REVERSE
public static final WandAction ALT_CAST
public static final WandAction ALT_CAST2
public static final WandAction ALT_CAST3
public static final WandAction ALT_CAST4
public static final WandAction ALT_CAST5
public static final WandAction ALT_CAST6
public static final WandAction ALT_CAST7
public static final WandAction CANCEL
public static WandAction[] values()
for (WandAction c : WandAction.values()) System.out.println(c);
public static WandAction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021 elMakers. All rights reserved.