public class InventoryContentPacket extends BedrockPacket
| Constructor and Description |
|---|
InventoryContentPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ContainerId |
getContainerId() |
ItemData[] |
getContents() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setContainerId(ContainerId containerId) |
void |
setContents(ItemData[] contents) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic ItemData[] getContents()
public ContainerId getContainerId()
public void setContents(ItemData[] contents)
public void setContainerId(ContainerId containerId)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.