public enum ContainerSlotType extends Enum<ContainerSlotType>
| Modifier and Type | Method and Description |
|---|---|
static ContainerSlotType |
valueOf(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 CONTAINER
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_LAPIS
public static final ContainerSlotType FURNACE_FUEL
public static final ContainerSlotType FURNACE_INGREDIENT
public static final ContainerSlotType FURNACE_OUTPUT
public static final ContainerSlotType HORSE_EQUIP
public static final ContainerSlotType HOTBAR
public static final ContainerSlotType INVENTORY
public static final ContainerSlotType SHULKER
public static final ContainerSlotType TRADE_INGREDIENT1
public static final ContainerSlotType TRADE_INGREDIENT2
public static final ContainerSlotType TRADE_RESULT
public static final ContainerSlotType OFFHAND
public static final ContainerSlotType COMPCREATE_INPUT
public static final ContainerSlotType COMPCREATE_OUTPUT
public static final ContainerSlotType ELEMCONSTRUCT_OUTPUT
public static final ContainerSlotType MATREDUCE_INPUT
public static final ContainerSlotType MATREDUCE_OUTPUT
public static final ContainerSlotType LABTABLE_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_INGREDIENT1
public static final ContainerSlotType TRADE2_INGREDIENT2
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 CREATIVE_OUTPUT
public static ContainerSlotType[] values()
for (ContainerSlotType c : ContainerSlotType.values()) System.out.println(c);
public static ContainerSlotType 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.