public enum CraftingDataType extends Enum<CraftingDataType>
| Enum Constant and Description |
|---|
FURNACE |
FURNACE_DATA |
MULTI |
SHAPED |
SHAPED_CHEMISTRY |
SHAPELESS |
SHAPELESS_CHEMISTRY |
SHULKER_BOX |
| Modifier and Type | Method and Description |
|---|---|
static CraftingDataType |
byId(int id) |
static CraftingDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CraftingDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CraftingDataType SHAPELESS
public static final CraftingDataType SHAPED
public static final CraftingDataType FURNACE
public static final CraftingDataType FURNACE_DATA
public static final CraftingDataType MULTI
public static final CraftingDataType SHULKER_BOX
public static final CraftingDataType SHAPELESS_CHEMISTRY
public static final CraftingDataType SHAPED_CHEMISTRY
public static CraftingDataType[] values()
for (CraftingDataType c : CraftingDataType.values()) System.out.println(c);
public static CraftingDataType 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 nullpublic static CraftingDataType byId(int id)
Copyright © 2018–2022 NukkitX. All rights reserved.