C05PacketPlayerLook
new C05PacketPlayerLook(float yaw, float pitch, boolean onGround)
new C05PacketPlayerLook(float yaw, float pitch, boolean onGround)Constructs a new C05PacketPlayerLook object with specified yaw and pitch angles, and the onGround status. 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.
Last updated