public enum StackRequestActionType extends Enum<StackRequestActionType>
| Enum Constant and Description |
|---|
BEACON_PAYMENT |
CONSUME |
CRAFT_CREATIVE |
CRAFT_LOOM |
CRAFT_NON_IMPLEMENTED_DEPRECATED |
CRAFT_RECIPE |
CRAFT_RECIPE_AUTO |
CRAFT_RECIPE_OPTIONAL |
CRAFT_REPAIR_AND_DISENCHANT |
CRAFT_RESULTS_DEPRECATED |
CREATE |
DESTROY |
DROP |
LAB_TABLE_COMBINE |
MINE_BLOCK |
PLACE |
SWAP |
TAKE |
| Modifier and Type | Method and Description |
|---|---|
static StackRequestActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackRequestActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StackRequestActionType TAKE
public static final StackRequestActionType PLACE
public static final StackRequestActionType SWAP
public static final StackRequestActionType DROP
public static final StackRequestActionType DESTROY
public static final StackRequestActionType CONSUME
public static final StackRequestActionType CREATE
public static final StackRequestActionType LAB_TABLE_COMBINE
public static final StackRequestActionType BEACON_PAYMENT
public static final StackRequestActionType MINE_BLOCK
public static final StackRequestActionType CRAFT_RECIPE
public static final StackRequestActionType CRAFT_RECIPE_AUTO
public static final StackRequestActionType CRAFT_CREATIVE
public static final StackRequestActionType CRAFT_RECIPE_OPTIONAL
public static final StackRequestActionType CRAFT_REPAIR_AND_DISENCHANT
public static final StackRequestActionType CRAFT_LOOM
public static final StackRequestActionType CRAFT_NON_IMPLEMENTED_DEPRECATED
public static final StackRequestActionType CRAFT_RESULTS_DEPRECATED
public static StackRequestActionType[] values()
for (StackRequestActionType c : StackRequestActionType.values()) System.out.println(c);
public static StackRequestActionType 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 © 2018–2022 NukkitX. All rights reserved.