public class CraftingDataSerializer_v361 extends CraftingDataSerializer_v354
| Modifier and Type | Field and Description |
|---|---|
static CraftingDataSerializer_v361 |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
CraftingDataSerializer_v361() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
fromAuxValue(int value) |
protected ItemDescriptorWithCount |
readIngredient(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected ShapedRecipeData |
readShapedRecipe(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected ShapelessRecipeData |
readShapelessRecipe(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected int |
toAuxValue(int value) |
protected void |
writeIngredient(io.netty.buffer.ByteBuf buffer,
ItemDescriptorWithCount ingredient) |
protected void |
writeShapedRecipe(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ShapedRecipeData data) |
protected void |
writeShapelessRecipe(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ShapelessRecipeData data) |
readFurnaceRecipe, writeFurnaceRecipedeserialize, readEntry, readMultiRecipe, serialize, writeEntry, writeMultiRecipepublic static final CraftingDataSerializer_v361 INSTANCE
protected ShapelessRecipeData readShapelessRecipe(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper, CraftingDataType type)
readShapelessRecipe in class CraftingDataSerializer_v354protected void writeShapelessRecipe(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ShapelessRecipeData data)
writeShapelessRecipe in class CraftingDataSerializer_v354protected ShapedRecipeData readShapedRecipe(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper, CraftingDataType type)
readShapedRecipe in class CraftingDataSerializer_v354protected void writeShapedRecipe(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ShapedRecipeData data)
writeShapedRecipe in class CraftingDataSerializer_v354protected ItemDescriptorWithCount readIngredient(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
protected void writeIngredient(io.netty.buffer.ByteBuf buffer,
ItemDescriptorWithCount ingredient)
protected int fromAuxValue(int value)
protected int toAuxValue(int value)