public enum InventoryTabLeft extends java.lang.Enum<InventoryTabLeft>
| Enum Constant and Description |
|---|
NONE |
RECIPE_CONSTRUCTION |
RECIPE_EQUIPMENT |
RECIPE_ITEMS |
RECIPE_NATURE |
RECIPE_SEARCH |
SURVIVAL |
| Modifier and Type | Field and Description |
|---|---|
static InventoryTabLeft[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static InventoryTabLeft |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InventoryTabLeft[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InventoryTabLeft NONE
public static final InventoryTabLeft RECIPE_CONSTRUCTION
public static final InventoryTabLeft RECIPE_EQUIPMENT
public static final InventoryTabLeft RECIPE_ITEMS
public static final InventoryTabLeft RECIPE_NATURE
public static final InventoryTabLeft RECIPE_SEARCH
public static final InventoryTabLeft SURVIVAL
public static final InventoryTabLeft[] VALUES
public static InventoryTabLeft[] values()
for (InventoryTabLeft c : InventoryTabLeft.values()) System.out.println(c);
public static InventoryTabLeft 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