| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock.data | |
| com.nukkitx.protocol.bedrock.packet |
| Modifier and Type | Method and Description |
|---|---|
static ContainerId |
ContainerId.byId(int id) |
ContainerId |
InventorySource.getContainerId() |
static ContainerId |
ContainerId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerId[] |
ContainerId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static InventorySource |
InventorySource.fromContainerWindowId(ContainerId containerId) |
static InventorySource |
InventorySource.fromNonImplementedTodo(ContainerId containerId) |
static InventorySource |
InventorySource.fromUntrackedInteractionUI(ContainerId containerId) |
| Modifier and Type | Method and Description |
|---|---|
ContainerId |
MobEquipmentPacket.getContainerId() |
ContainerId |
PlayerHotbarPacket.getContainerId() |
ContainerId |
InventorySlotPacket.getContainerId() |
ContainerId |
InventoryContentPacket.getContainerId() |
| Modifier and Type | Method and Description |
|---|---|
void |
MobEquipmentPacket.setContainerId(ContainerId containerId) |
void |
PlayerHotbarPacket.setContainerId(ContainerId containerId) |
void |
InventorySlotPacket.setContainerId(ContainerId containerId) |
void |
InventoryContentPacket.setContainerId(ContainerId containerId) |
Copyright © 2018–2019 NukkitX. All rights reserved.