public class SetEntityMotionPacket extends BedrockPacket
| Constructor and Description |
|---|
SetEntityMotionPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
com.nukkitx.math.vector.Vector3f |
getMotion() |
long |
getRuntimeEntityId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setMotion(com.nukkitx.math.vector.Vector3f motion) |
void |
setRuntimeEntityId(long runtimeEntityId) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic long getRuntimeEntityId()
public com.nukkitx.math.vector.Vector3f getMotion()
public void setRuntimeEntityId(long runtimeEntityId)
public void setMotion(com.nukkitx.math.vector.Vector3f motion)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.