public enum ContainerSlotType extends java.lang.Enum<ContainerSlotType>
| Modifier and Type | Method and Description |
|---|---|
static ContainerSlotType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContainerSlotType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContainerSlotType ANVIL_INPUT
public static final ContainerSlotType ANVIL_MATERIAL
public static final ContainerSlotType ANVIL_RESULT
public static final ContainerSlotType SMITHING_TABLE_INPUT
public static final ContainerSlotType SMITHING_TABLE_MATERIAL
public static final ContainerSlotType SMITHING_TABLE_RESULT
public static final ContainerSlotType ARMOR
public static final ContainerSlotType LEVEL_ENTITY
public static final ContainerSlotType BEACON_PAYMENT
public static final ContainerSlotType BREWING_INPUT
public static final ContainerSlotType BREWING_RESULT
public static final ContainerSlotType BREWING_FUEL
public static final ContainerSlotType HOTBAR_AND_INVENTORY
public static final ContainerSlotType CRAFTING_INPUT
public static final ContainerSlotType CRAFTING_OUTPUT
public static final ContainerSlotType RECIPE_CONSTRUCTION
public static final ContainerSlotType RECIPE_NATURE
public static final ContainerSlotType RECIPE_ITEMS
public static final ContainerSlotType RECIPE_SEARCH
public static final ContainerSlotType RECIPE_SEARCH_BAR
public static final ContainerSlotType RECIPE_EQUIPMENT
public static final ContainerSlotType ENCHANTING_INPUT
public static final ContainerSlotType ENCHANTING_MATERIAL
public static final ContainerSlotType FURNACE_FUEL
public static final ContainerSlotType FURNACE_INGREDIENT
public static final ContainerSlotType FURNACE_RESULT
public static final ContainerSlotType HORSE_EQUIP
public static final ContainerSlotType HOTBAR
public static final ContainerSlotType INVENTORY
public static final ContainerSlotType SHULKER_BOX
public static final ContainerSlotType TRADE_INGREDIENT_1
public static final ContainerSlotType TRADE_INGREDIENT_2
public static final ContainerSlotType TRADE_RESULT
public static final ContainerSlotType OFFHAND
public static final ContainerSlotType COMPOUND_CREATOR_INPUT
public static final ContainerSlotType COMPOUND_CREATOR_OUTPUT
public static final ContainerSlotType ELEMENT_CONSTRUCTOR_OUTPUT
public static final ContainerSlotType MATERIAL_REDUCER_INPUT
public static final ContainerSlotType MATERIAL_REDUCER_OUTPUT
public static final ContainerSlotType LAB_TABLE_INPUT
public static final ContainerSlotType LOOM_INPUT
public static final ContainerSlotType LOOM_DYE
public static final ContainerSlotType LOOM_MATERIAL
public static final ContainerSlotType LOOM_RESULT
public static final ContainerSlotType BLAST_FURNACE_INGREDIENT
public static final ContainerSlotType SMOKER_INGREDIENT
public static final ContainerSlotType TRADE2_INGREDIENT_1
public static final ContainerSlotType TRADE2_INGREDIENT_2
public static final ContainerSlotType TRADE2_RESULT
public static final ContainerSlotType GRINDSTONE_INPUT
public static final ContainerSlotType GRINDSTONE_ADDITIONAL
public static final ContainerSlotType GRINDSTONE_RESULT
public static final ContainerSlotType STONECUTTER_INPUT
public static final ContainerSlotType STONECUTTER_RESULT
public static final ContainerSlotType CARTOGRAPHY_INPUT
public static final ContainerSlotType CARTOGRAPHY_ADDITIONAL
public static final ContainerSlotType CARTOGRAPHY_RESULT
public static final ContainerSlotType BARREL
public static final ContainerSlotType CURSOR
public static final ContainerSlotType CREATED_OUTPUT
public static final ContainerSlotType RECIPE_BOOK
public static final ContainerSlotType SMITHING_TABLE_TEMPLATE
public static ContainerSlotType[] values()
for (ContainerSlotType c : ContainerSlotType.values()) System.out.println(c);
public static ContainerSlotType 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