C05PacketPlayerLook
The C05PacketPlayerLook
object inherits all the functions from C03PacketPlayer
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