public class CompletedUsingItemPacket extends BedrockPacket
| Constructor and Description |
|---|
CompletedUsingItemPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ItemAction |
getAction() |
int |
getItemId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setAction(ItemAction action) |
void |
setItemId(int itemId) |
String |
toString() |
getHeader, setHeaderpublic boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic int getItemId()
public ItemAction getAction()
public void setItemId(int itemId)
public void setAction(ItemAction action)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.