| Modifier and Type | Method and Description |
|---|---|
protected CraftingData |
CraftingDataSerializer_v291.readFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v291.readMultiRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v291.readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v291.readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CraftingDataSerializer_v291.writeFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v291.writeMultiRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v291.writeShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v291.writeShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
| Modifier and Type | Method and Description |
|---|---|
protected CraftingData |
CraftingDataSerializer_v354.readFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v354.readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v354.readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CraftingDataSerializer_v354.writeFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v354.writeShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v354.writeShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
| Modifier and Type | Method and Description |
|---|---|
protected CraftingData |
CraftingDataSerializer_v361.readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v361.readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CraftingDataSerializer_v361.writeShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v361.writeShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
| Modifier and Type | Method and Description |
|---|---|
protected CraftingData |
CraftingDataSerializer_v407.readFurnaceDataRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v407.readFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v407.readMultiRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v407.readShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
protected CraftingData |
CraftingDataSerializer_v407.readShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingDataType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CraftingDataSerializer_v407.writeFurnaceDataRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v407.writeFurnaceRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v407.writeMultiRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v407.writeShapedRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
protected void |
CraftingDataSerializer_v407.writeShapelessRecipe(ByteBuf buffer,
BedrockCodecHelper helper,
CraftingData data) |
| Modifier and Type | Method and Description |
|---|---|
static CraftingData |
CraftingData.fromFurnace(int inputId,
ItemData input,
String craftingTag) |
static CraftingData |
CraftingData.fromFurnace(int inputId,
ItemData input,
String craftingTag,
int networkId) |
static CraftingData |
CraftingData.fromFurnaceData(int inputId,
int inputDamage,
ItemData output,
String craftingTag) |
static CraftingData |
CraftingData.fromFurnaceData(int inputId,
int inputDamage,
ItemData output,
String craftingTag,
int networkId) |
static CraftingData |
CraftingData.fromMulti(UUID uuid) |
static CraftingData |
CraftingData.fromMulti(UUID uuid,
int networkId) |
static CraftingData |
CraftingData.fromShaped(int width,
int height,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag) |
static CraftingData |
CraftingData.fromShaped(int width,
int height,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int networkId) |
static CraftingData |
CraftingData.fromShaped(String recipeId,
int width,
int height,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority) |
static CraftingData |
CraftingData.fromShaped(String recipeId,
int width,
int height,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority,
int networkId) |
static CraftingData |
CraftingData.fromShapedChemistry(int width,
int height,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag) |
static CraftingData |
CraftingData.fromShapedChemistry(int width,
int height,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int networkId) |
static CraftingData |
CraftingData.fromShapedChemistry(String recipeId,
int width,
int height,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority) |
static CraftingData |
CraftingData.fromShapedChemistry(String recipeId,
int width,
int height,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority,
int networkId) |
static CraftingData |
CraftingData.fromShapeless(List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag) |
static CraftingData |
CraftingData.fromShapeless(List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int networkId) |
static CraftingData |
CraftingData.fromShapeless(String recipeId,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority) |
static CraftingData |
CraftingData.fromShapeless(String recipeId,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority,
int networkId) |
static CraftingData |
CraftingData.fromShapelessChemistry(List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag) |
static CraftingData |
CraftingData.fromShapelessChemistry(List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int networkId) |
static CraftingData |
CraftingData.fromShapelessChemistry(String recipeId,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority) |
static CraftingData |
CraftingData.fromShapelessChemistry(String recipeId,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority,
int networkId) |
static CraftingData |
CraftingData.fromShulkerBox(List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag) |
static CraftingData |
CraftingData.fromShulkerBox(List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int networkId) |
static CraftingData |
CraftingData.fromShulkerBox(String recipeId,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority) |
static CraftingData |
CraftingData.fromShulkerBox(String recipeId,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority,
int networkId) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.