public class MoveEntityAbsolutePacket extends BedrockPacket
| Constructor and Description |
|---|
MoveEntityAbsolutePacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
com.flowpowered.math.vector.Vector3f |
getPosition() |
com.flowpowered.math.vector.Vector3f |
getRotation() |
long |
getRuntimeEntityId() |
boolean |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
boolean |
isOnGround() |
boolean |
isTeleported() |
void |
setOnGround(boolean onGround) |
void |
setPosition(com.flowpowered.math.vector.Vector3f position) |
void |
setRotation(com.flowpowered.math.vector.Vector3f rotation) |
void |
setRuntimeEntityId(long runtimeEntityId) |
void |
setTeleported(boolean teleported) |
String |
toString() |
getHeader, setHeaderpublic final boolean handle(BedrockPacketHandler handler)
handle in class BedrockPacketpublic long getRuntimeEntityId()
public com.flowpowered.math.vector.Vector3f getPosition()
public com.flowpowered.math.vector.Vector3f getRotation()
public boolean isOnGround()
public boolean isTeleported()
public void setRuntimeEntityId(long runtimeEntityId)
public void setPosition(com.flowpowered.math.vector.Vector3f position)
public void setRotation(com.flowpowered.math.vector.Vector3f rotation)
public void setOnGround(boolean onGround)
public void setTeleported(boolean teleported)
protected boolean canEqual(Object other)
Copyright © 2018–2019 NukkitX. All rights reserved.