| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock.data |
| Modifier and Type | Method and Description |
|---|---|
static CraftingType |
CraftingType.byId(int id) |
static CraftingType |
CraftingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CraftingType[] |
CraftingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CraftingData(CraftingType type,
int width,
int height,
int inputId,
int inputDamage,
ItemData[] inputs,
ItemData[] outputs,
UUID uuid,
String craftingTag) |
Copyright © 2018–2019 NukkitX. All rights reserved.