| Enum Constant and Description |
|---|
ANVIL |
BEACON |
BLAST_FURNACE |
BREWING_STAND |
CHEST |
DISPENSER |
DROPPER |
FURNACE |
HOPPER |
MERCHANT |
PLAYER |
SHULKER_BOX |
SMOKER |
WORKBENCH |
| Modifier and Type | Method and Description |
|---|---|
static InvType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvType CHEST
public static final InvType PLAYER
public static final InvType DISPENSER
public static final InvType DROPPER
public static final InvType FURNACE
public static final InvType HOPPER
public static final InvType BLAST_FURNACE
public static final InvType WORKBENCH
public static final InvType BREWING_STAND
public static final InvType BEACON
public static final InvType ANVIL
public static final InvType SHULKER_BOX
public static final InvType SMOKER
public static final InvType MERCHANT
@NotNull public static final @NotNull InvType[] VALUES
public static InvType[] values()
for (InvType c : InvType.values()) System.out.println(c);
public static InvType 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