- All Implemented Interfaces:
- BedrockPacket, org.cloudburstmc.protocol.common.MinecraftPacket
public class ItemStackResponsePacket
extends java.lang.Object
implements BedrockPacket
ItemStackResponse is sent by the server in response to an ItemStackRequest packet from the client. This
packet is used to either approve or reject ItemStackRequests from the client. If a request is approved, the
client will simply continue as normal. If rejected, the client will undo the actions so that the inventory
should be in sync with the server again.