All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
deserialize(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataPacket packet) |
protected int |
fromAuxValue(int value) |
protected ContainerMixData |
readContainerMixRecipe(ByteBuf buffer) |
protected CraftingData |
readFurnaceDataRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
readFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected ItemDescriptorWithCount |
readIngredient(ByteBuf buffer,
BedrockCodecHelper helper) |
protected CraftingData |
readMultiRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected PotionMixData |
readPotionRecipe(ByteBuf buffer) |
protected CraftingData |
readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
void |
serialize(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataPacket packet) |
protected int |
toAuxValue(int value) |
protected void |
writeContainerMixRecipe(ByteBuf buffer,
ContainerMixData data) |
protected void |
writeFurnaceDataRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
writeFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
writeIngredient(ByteBuf buffer,
BedrockCodecHelper helper,
ItemDescriptorWithCount ingredient) |
protected void |
writeMultiRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
writePotionRecipe(ByteBuf buffer,
PotionMixData data) |
protected void |
writeShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
writeShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |