| Modifier and Type | Method and Description |
|---|---|
protected CraftingData |
CraftingDataSerializer_v291.readFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v291.readMultiRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v291.readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v291.readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
| Modifier and Type | Method and Description |
|---|---|
protected CraftingData |
CraftingDataSerializer_v354.readFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v354.readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v354.readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
| Modifier and Type | Method and Description |
|---|---|
protected CraftingData |
CraftingDataSerializer_v361.readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v361.readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
| Modifier and Type | Method and Description |
|---|---|
protected CraftingData |
CraftingDataSerializer_v407.readFurnaceDataRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v407.readFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v407.readMultiRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v407.readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v407.readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
| 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<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag) |
CraftingData(CraftingDataType type,
int width,
int height,
int inputId,
int inputDamage,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int networkId) |
CraftingData(CraftingDataType type,
String recipeId,
int width,
int height,
int inputId,
int inputDamage,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.