| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock | |
| com.nukkitx.protocol.bedrock.data.inventory |
| Modifier and Type | Method and Description |
|---|---|
InventorySource |
BedrockPacketHelper.readSource(ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
BedrockPacketHelper.writeSource(ByteBuf buffer,
InventorySource inventorySource) |
| 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 NukkitX. All rights reserved.