public class CraftingDataSerializer_v354 extends CraftingDataSerializer_v291
| Modifier and Type | Field and Description |
|---|---|
static CraftingDataSerializer_v354 |
INSTANCE |
EMPTY_ARRAY| Constructor and Description |
|---|
CraftingDataSerializer_v354() |
| Modifier and Type | Method and Description |
|---|---|
protected CraftingData |
readFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected void |
writeFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
writeShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
writeShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
deserialize, readMultiRecipe, serialize, writeMultiRecipepublic static final CraftingDataSerializer_v354 INSTANCE
protected CraftingData readShapelessRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingDataType type)
readShapelessRecipe in class CraftingDataSerializer_v291protected void writeShapelessRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingData data)
writeShapelessRecipe in class CraftingDataSerializer_v291protected CraftingData readShapedRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingDataType type)
readShapedRecipe in class CraftingDataSerializer_v291protected void writeShapedRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingData data)
writeShapedRecipe in class CraftingDataSerializer_v291protected CraftingData readFurnaceRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingDataType type)
readFurnaceRecipe in class CraftingDataSerializer_v291protected void writeFurnaceRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingData data)
writeFurnaceRecipe in class CraftingDataSerializer_v291Copyright © 2018–2022 CloudburstMC. All rights reserved.