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