public class CraftingDataSerializer_v361 extends CraftingDataSerializer_v354
| Modifier and Type | Field and Description |
|---|---|
static CraftingDataSerializer_v361 |
INSTANCE |
EMPTY_ARRAY| Constructor and Description |
|---|
CraftingDataSerializer_v361() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
fromAuxValue(int value) |
protected ItemDescriptorWithCount |
readIngredient(ByteBuf buffer,
BedrockCodecHelper helper) |
protected CraftingData |
readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected int |
toAuxValue(int value) |
protected void |
writeIngredient(ByteBuf buffer,
ItemDescriptorWithCount ingredient) |
protected void |
writeShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
writeShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
readFurnaceRecipe, writeFurnaceRecipedeserialize, readMultiRecipe, serialize, writeMultiRecipepublic static final CraftingDataSerializer_v361 INSTANCE
protected CraftingData readShapelessRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingDataType type)
readShapelessRecipe in class CraftingDataSerializer_v354protected void writeShapelessRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingData data)
writeShapelessRecipe in class CraftingDataSerializer_v354protected CraftingData readShapedRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingDataType type)
readShapedRecipe in class CraftingDataSerializer_v354protected void writeShapedRecipe(ByteBuf buffer, BedrockCodecHelper helper, CraftingData data)
writeShapedRecipe in class CraftingDataSerializer_v354protected ItemDescriptorWithCount readIngredient(ByteBuf buffer, BedrockCodecHelper helper)
protected void writeIngredient(ByteBuf buffer, ItemDescriptorWithCount ingredient)
protected int fromAuxValue(int value)
protected int toAuxValue(int value)
Copyright © 2018–2022 CloudburstMC. All rights reserved.