| Package | Description |
|---|---|
| org.cloudburstmc.protocol.bedrock.codec | |
| org.cloudburstmc.protocol.bedrock.codec.v313 | |
| org.cloudburstmc.protocol.bedrock.data.inventory |
| Modifier and Type | Method and Description |
|---|---|
protected InventorySource |
BaseBedrockCodecHelper.readSource(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBedrockCodecHelper.writeSource(ByteBuf buffer,
InventorySource inventorySource) |
| Modifier and Type | Method and Description |
|---|---|
InventorySource |
BedrockCodecHelper_v313.readSource(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
static InventorySource |
InventorySource.fromContainerWindowId(int containerId) |
static InventorySource |
InventorySource.fromCreativeInventory() |
static InventorySource |
InventorySource.fromGlobalInventory() |
static InventorySource |
InventorySource.fromInvalid() |
static InventorySource |
InventorySource.fromNonImplementedTodo(int containerId) |
static InventorySource |
InventorySource.fromUntrackedInteractionUI(int containerId) |
static InventorySource |
InventorySource.fromWorldInteraction(InventorySource.Flag flag) |
| Constructor and Description |
|---|
InventoryActionData(InventorySource source,
int slot,
ItemData fromItem,
ItemData toItem) |
Copyright © 2018–2022 CloudburstMC. All rights reserved.