public class RemoveEntityPacket extends BedrockPacket
| Constructor and Description |
|---|
RemoveEntityPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
long |
getUniqueEntityId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setUniqueEntityId(long uniqueEntityId) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic long getUniqueEntityId()
public void setUniqueEntityId(long uniqueEntityId)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.