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