public class UpdateEquipPacket extends BedrockPacket
| Constructor and Description |
|---|
UpdateEquipPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
com.nukkitx.nbt.tag.Tag<?> |
getTag() |
long |
getUniqueEntityId() |
int |
getUnknown0() |
short |
getWindowId() |
short |
getWindowType() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setTag(com.nukkitx.nbt.tag.Tag<?> tag) |
void |
setUniqueEntityId(long uniqueEntityId) |
void |
setUnknown0(int unknown0) |
void |
setWindowId(short windowId) |
void |
setWindowType(short windowType) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic short getWindowId()
public short getWindowType()
public int getUnknown0()
public long getUniqueEntityId()
public com.nukkitx.nbt.tag.Tag<?> getTag()
public void setWindowId(short windowId)
public void setWindowType(short windowType)
public void setUnknown0(int unknown0)
public void setUniqueEntityId(long uniqueEntityId)
public void setTag(com.nukkitx.nbt.tag.Tag<?> tag)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.