Class EntityPositionData
java.lang.Object
com.github.retrooper.packetevents.protocol.entity.EntityPositionData
-
Constructor Summary
ConstructorDescriptionEntityPositionData
(Vector3d position, Vector3d deltaMovement, float yaw, float pitch) -
Method Summary
Modifier and TypeMethodDescriptionboolean
float
getPitch()
float
getYaw()
int
hashCode()
static EntityPositionData
read
(PacketWrapper<?> wrapper) void
setDeltaMovement
(Vector3d deltaMovement) void
setPitch
(float pitch) void
setPosition
(Vector3d position) void
setYaw
(float yaw) toString()
static void
write
(PacketWrapper<?> wrapper, EntityPositionData positionData)
-
Constructor Details
-
EntityPositionData
-
-
Method Details
-
read
-
write
-
getPosition
-
setPosition
-
getDeltaMovement
-
setDeltaMovement
-
getYaw
public float getYaw() -
setYaw
public void setYaw(float yaw) -
getPitch
public float getPitch() -
setPitch
public void setPitch(float pitch) -
equals
-
hashCode
public int hashCode() -
toString
-