public class ItemStackResponsePacket extends BedrockPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemStackResponsePacket.ContainerEntry
ContainerEntry holds information on what slots in a container have what item stack in them.
|
static class |
ItemStackResponsePacket.ItemEntry
ItemEntry holds information on what item stack should be present in a specific slot.
|
static class |
ItemStackResponsePacket.Response
Response is a response to an individual ItemStackRequest.
|
static class |
ItemStackResponsePacket.ResponseStatus |
| Constructor and Description |
|---|
ItemStackResponsePacket() |
| Modifier and Type | Method and Description |
|---|---|
BedrockPacketType |
getPacketType() |
boolean |
handle(BedrockPacketHandler handler) |
public boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in class BedrockPacketCopyright © 2018–2022 NukkitX. All rights reserved.