public class CraftingDataSerializer_v567 extends CraftingDataSerializer_v465
INSTANCE| Constructor and Description |
|---|
CraftingDataSerializer_v567() |
| Modifier and Type | Method and Description |
|---|---|
protected RecipeData |
readEntry(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper) |
protected SmithingTransformRecipeData |
readSmithingTransformRecipe(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected void |
writeEntry(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
RecipeData craftingData) |
protected void |
writeSmithingTransformRecipe(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SmithingTransformRecipeData data) |
deserialize, readMaterialReducer, serialize, writeMaterialReducerreadContainerMixData, readFurnaceDataRecipe, readFurnaceRecipe, readMultiRecipe, readPotionMixData, readShapedRecipe, readShapelessRecipe, writeContainerMixData, writeFurnaceDataRecipe, writeFurnaceRecipe, writeMultiRecipe, writePotionMixData, writeShapedRecipe, writeShapelessRecipefromAuxValue, readIngredient, toAuxValue, writeIngredientprotected RecipeData readEntry(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper)
readEntry in class CraftingDataSerializer_v407protected void writeEntry(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
RecipeData craftingData)
writeEntry in class CraftingDataSerializer_v407protected SmithingTransformRecipeData readSmithingTransformRecipe(io.netty.buffer.ByteBuf buffer, BedrockCodecHelper helper, CraftingDataType type)
protected void writeSmithingTransformRecipe(io.netty.buffer.ByteBuf buffer,
BedrockCodecHelper helper,
SmithingTransformRecipeData data)