protected static enum InventoryTranslator.CraftState extends Enum<InventoryTranslator.CraftState>
| Enum Constant and Description |
|---|
DEPRECATED |
DONE |
INGREDIENTS |
RECIPE_ID |
START |
TRANSFER |
| Modifier and Type | Method and Description |
|---|---|
static InventoryTranslator.CraftState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryTranslator.CraftState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InventoryTranslator.CraftState START
public static final InventoryTranslator.CraftState RECIPE_ID
public static final InventoryTranslator.CraftState DEPRECATED
public static final InventoryTranslator.CraftState INGREDIENTS
public static final InventoryTranslator.CraftState TRANSFER
public static final InventoryTranslator.CraftState DONE
public static InventoryTranslator.CraftState[] values()
for (InventoryTranslator.CraftState c : InventoryTranslator.CraftState.values()) System.out.println(c);
public static InventoryTranslator.CraftState 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 © 2021 GeyserMC. All rights reserved.