| Modifier and Type | Method and Description |
|---|---|
ItemData |
BedrockCodecHelper.readItem(ByteBuf buffer) |
ItemData |
BedrockCodecHelper.readItemInstance(ByteBuf buffer) |
ItemData |
BedrockCodecHelper.readNetItem(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper.writeItem(ByteBuf buffer,
ItemData item) |
void |
BedrockCodecHelper.writeItemInstance(ByteBuf buffer,
ItemData item) |
void |
BedrockCodecHelper.writeNetItem(ByteBuf buffer,
ItemData item) |
| Modifier and Type | Method and Description |
|---|---|
ItemData |
NoopBedrockCodecHelper.readItem(ByteBuf buffer) |
ItemData |
NoopBedrockCodecHelper.readItemInstance(ByteBuf buffer) |
ItemData |
NoopBedrockCodecHelper.readNetItem(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoopBedrockCodecHelper.writeItem(ByteBuf buffer,
ItemData item) |
void |
NoopBedrockCodecHelper.writeItemInstance(ByteBuf buffer,
ItemData item) |
void |
NoopBedrockCodecHelper.writeNetItem(ByteBuf buffer,
ItemData item) |
| Modifier and Type | Method and Description |
|---|---|
ItemData |
BedrockCodecHelper_v291.readItem(ByteBuf buffer) |
ItemData |
BedrockCodecHelper_v291.readItemInstance(ByteBuf buffer) |
ItemData |
BedrockCodecHelper_v291.readNetItem(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper_v291.writeItem(ByteBuf buffer,
ItemData item) |
void |
BedrockCodecHelper_v291.writeItemInstance(ByteBuf buffer,
ItemData item) |
void |
BedrockCodecHelper_v291.writeNetItem(ByteBuf buffer,
ItemData item) |
| Modifier and Type | Field and Description |
|---|---|
protected static ItemData[] |
CraftingDataSerializer_v291.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
ItemData |
BedrockCodecHelper_v332.readItem(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper_v332.writeItem(ByteBuf buffer,
ItemData item) |
| Modifier and Type | Method and Description |
|---|---|
ItemData |
BedrockCodecHelper_v340.readItem(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper_v340.writeItem(ByteBuf buffer,
ItemData item) |
| Modifier and Type | Method and Description |
|---|---|
ItemData |
BedrockCodecHelper_v407.readNetItem(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper_v407.writeNetItem(ByteBuf buffer,
ItemData item) |
| Modifier and Type | Method and Description |
|---|---|
protected ItemData |
CreativeContentSerializer_v407.readCreativeItem(ByteBuf buffer,
BedrockCodecHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreativeContentSerializer_v407.writeCreativeItem(ByteBuf buffer,
BedrockCodecHelper helper,
ItemData item) |
| Modifier and Type | Method and Description |
|---|---|
ItemData |
BedrockCodecHelper_v431.readItem(ByteBuf buffer) |
ItemData |
BedrockCodecHelper_v431.readItemInstance(ByteBuf buffer) |
ItemData |
BedrockCodecHelper_v431.readNetItem(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockCodecHelper_v431.writeItem(ByteBuf buffer,
ItemData item) |
void |
BedrockCodecHelper_v431.writeItemInstance(ByteBuf buffer,
ItemData item) |
void |
BedrockCodecHelper_v431.writeNetItem(ByteBuf buffer,
ItemData item) |
| Modifier and Type | Field and Description |
|---|---|
static ItemData |
ItemData.AIR |
| Modifier and Type | Method and Description |
|---|---|
ItemData |
ItemData.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ItemData.equals(ItemData other,
boolean checkAmount,
boolean checkMetadata,
boolean checkUserdata)
Checks if this item us equal to another
ItemData. |
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
InventoryActionData(InventorySource source,
int slot,
ItemData fromItem,
ItemData toItem) |
| Constructor and Description |
|---|
CraftingData(CraftingDataType type,
int width,
int height,
int inputId,
int inputDamage,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag) |
CraftingData(CraftingDataType type,
int width,
int height,
int inputId,
int inputDamage,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int networkId) |
CraftingData(CraftingDataType type,
String recipeId,
int width,
int height,
int inputId,
int inputDamage,
List<ItemDescriptorWithCount> inputs,
List<ItemData> outputs,
UUID uuid,
String craftingTag,
int priority) |
| Modifier and Type | Method and Description |
|---|---|
ItemData |
ItemDescriptorWithCount.toItem() |
| Modifier and Type | Method and Description |
|---|---|
static ItemDescriptorWithCount |
ItemDescriptorWithCount.fromItem(ItemData item) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.