public class CraftingDataSerializer_v554 extends CraftingDataSerializer_v465
| Modifier and Type | Field and Description |
|---|---|
protected static ItemDescriptorType[] |
TYPES |
INSTANCE| Constructor and Description |
|---|
CraftingDataSerializer_v554() |
| Modifier and Type | Method and Description |
|---|---|
protected ItemDescriptorWithCount |
readIngredient(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected void |
writeIngredient(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ItemDescriptorWithCount ingredient) |
deserialize, readMaterialReducer, serialize, writeMaterialReducerfromAuxValue, readContainerMixRecipe, readFurnaceDataRecipe, readFurnaceRecipe, readMultiRecipe, readPotionRecipe, readShapedRecipe, readShapelessRecipe, toAuxValue, writeContainerMixRecipe, writeFurnaceDataRecipe, writeFurnaceRecipe, writeMultiRecipe, writePotionRecipe, writeShapedRecipe, writeShapelessRecipeprotected static final ItemDescriptorType[] TYPES
protected ItemDescriptorWithCount readIngredient(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readIngredient in class CraftingDataSerializer_v407protected void writeIngredient(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
ItemDescriptorWithCount ingredient)
writeIngredient in class CraftingDataSerializer_v407