public class CraftingDataSerializer_v465 extends CraftingDataSerializer_v407
| Modifier and Type | Field and Description |
|---|---|
static CraftingDataSerializer_v465 |
INSTANCE |
| Constructor and Description |
|---|
CraftingDataSerializer_v465() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataPacket packet) |
protected MaterialReducer |
readMaterialReducer(ByteBuf buffer,
BedrockCodecHelper helper) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataPacket packet) |
protected void |
writeMaterialReducer(ByteBuf buffer,
BedrockCodecHelper helper,
MaterialReducer reducer) |
fromAuxValue, readContainerMixRecipe, readFurnaceDataRecipe, readFurnaceRecipe, readIngredient, readMultiRecipe, readPotionRecipe, readShapedRecipe, readShapelessRecipe, toAuxValue, writeContainerMixRecipe, writeFurnaceDataRecipe, writeFurnaceRecipe, writeIngredient, writeMultiRecipe, writePotionRecipe, writeShapedRecipe, writeShapelessRecipepublic static final CraftingDataSerializer_v465 INSTANCE
public void serialize(ByteBuf buffer, BedrockCodecHelper helper, CraftingDataPacket packet)
serialize in interface BedrockPacketSerializer<CraftingDataPacket>serialize in class CraftingDataSerializer_v407public void deserialize(ByteBuf buffer, BedrockCodecHelper helper, CraftingDataPacket packet)
deserialize in interface BedrockPacketSerializer<CraftingDataPacket>deserialize in class CraftingDataSerializer_v407protected void writeMaterialReducer(ByteBuf buffer, BedrockCodecHelper helper, MaterialReducer reducer)
protected MaterialReducer readMaterialReducer(ByteBuf buffer, BedrockCodecHelper helper)
Copyright © 2018–2022 CloudburstMC. All rights reserved.