S08PacketPlayerPosLook

getX(): double

Returns the X-coordinate of the player's position from the packet. This is a double value representing the player's horizontal position along the X-axis.

getY(): double

Returns the Y-coordinate of the player's position from the packet. This is a double value representing the player's vertical position along the Y-axis.

getZ(): double

Returns the Z-coordinate of the player's position from the packet. This is a double value representing the player's horizontal position along the Z-axis.

getYaw(): double

Retrieves the player's yaw from the packet. Yaw is a double value representing the horizontal rotation angle or the direction the player is facing.

getPitch(): double

Provides the player's pitch from the packet. Pitch is a double value representing the vertical rotation angle or the vertical direction the player's head is pointing.

Last updated