C06PacketPlayerPosLook
The C06PacketPlayerPosLook
object inherits all the functions from C03PacketPlayer
new C06PacketPlayerPosLook(double x, double y, double z, float yaw, float pitch, boolean onGround)
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.
Last updated