public class GuiDataPickItemPacket extends BedrockPacket
| Constructor and Description |
|---|
GuiDataPickItemPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDescription() |
int |
getHotbarSlot() |
String |
getItemEffects() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setDescription(String description) |
void |
setHotbarSlot(int hotbarSlot) |
void |
setItemEffects(String itemEffects) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic String getDescription()
public String getItemEffects()
public int getHotbarSlot()
public void setDescription(String description)
public void setItemEffects(String itemEffects)
public void setHotbarSlot(int hotbarSlot)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.