S08PacketPlayerPosLook
getX(): double
getX(): doubleReturns 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
getY(): doubleReturns 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
getZ(): doubleReturns 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
getYaw(): doubleRetrieves 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
getPitch(): doubleProvides 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