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