C06PacketPlayerPosLook
Last updated
Last updated
new C06PacketPlayerPosLook(double x, double y, double z, float yaw, float pitch, boolean onGround)
Constructs a new C06PacketPlayerPosLook
object with specified X, Y, Z coordinates, yaw and pitch angles, and the onGround
status. x
, y
, and z
represent the player's position in the world, yaw
is the horizontal rotation angle, pitch
is the vertical rotation angle, and onGround
is a boolean indicating whether the player is on the ground.