public class MoveEntityDeltaPacket extends java.lang.Object implements BedrockPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
MoveEntityDeltaPacket.Flag |
| Constructor and Description |
|---|
MoveEntityDeltaPacket() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
getDeltaX() |
int |
getDeltaY() |
int |
getDeltaZ() |
java.util.Set<MoveEntityDeltaPacket.Flag> |
getFlags() |
float |
getHeadYaw() |
BedrockPacketType |
getPacketType() |
float |
getPitch() |
long |
getRuntimeEntityId() |
float |
getX() |
float |
getY() |
float |
getYaw() |
float |
getZ() |
org.cloudburstmc.protocol.common.PacketSignal |
handle(BedrockPacketHandler handler) |
int |
hashCode() |
void |
setDeltaX(int deltaX) |
void |
setDeltaY(int deltaY) |
void |
setDeltaZ(int deltaZ) |
void |
setHeadYaw(float headYaw) |
void |
setPitch(float pitch) |
void |
setRuntimeEntityId(long runtimeEntityId) |
void |
setX(float x) |
void |
setY(float y) |
void |
setYaw(float yaw) |
void |
setZ(float z) |
java.lang.String |
toString() |
public final org.cloudburstmc.protocol.common.PacketSignal handle(BedrockPacketHandler handler)
handle in interface BedrockPacketpublic BedrockPacketType getPacketType()
getPacketType in interface BedrockPacketpublic java.lang.String toString()
toString in class java.lang.Objectpublic long getRuntimeEntityId()
public java.util.Set<MoveEntityDeltaPacket.Flag> getFlags()
public int getDeltaX()
public int getDeltaY()
public int getDeltaZ()
public float getX()
public float getY()
public float getZ()
public float getPitch()
public float getYaw()
public float getHeadYaw()
public void setRuntimeEntityId(long runtimeEntityId)
public void setDeltaX(int deltaX)
public void setDeltaY(int deltaY)
public void setDeltaZ(int deltaZ)
public void setX(float x)
public void setY(float y)
public void setZ(float z)
public void setPitch(float pitch)
public void setYaw(float yaw)
public void setHeadYaw(float headYaw)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object