public class AnimatePacket extends BedrockPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
AnimatePacket.Action |
| Constructor and Description |
|---|
AnimatePacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
AnimatePacket.Action |
getAction() |
float |
getRowingTime() |
long |
getRuntimeEntityId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setAction(AnimatePacket.Action action) |
void |
setRowingTime(float rowingTime) |
void |
setRuntimeEntityId(long runtimeEntityId) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic float getRowingTime()
public AnimatePacket.Action getAction()
public long getRuntimeEntityId()
public void setRowingTime(float rowingTime)
public void setAction(AnimatePacket.Action action)
public void setRuntimeEntityId(long runtimeEntityId)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.