public class EmotePacket extends BedrockPacket
| Constructor and Description |
|---|
EmotePacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEmoteId() |
int |
getFlags() |
long |
getRuntimeEntityId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setEmoteId(String emoteId) |
void |
setFlags(int flags) |
void |
setRuntimeEntityId(long runtimeEntityId) |
String |
toString() |
getHeader, setHeaderpublic boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic long getRuntimeEntityId()
public String getEmoteId()
public int getFlags()
public void setRuntimeEntityId(long runtimeEntityId)
public void setEmoteId(String emoteId)
public void setFlags(int flags)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.