C05PacketPlayerLook
Last updated
Last updated
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.