Position Packet
data class PositionPacket(val x: Double, val y: Double, val z: Double, val yaw: Float, val pitch: Float, val flags: Byte, val teleportId: Int, val dismountVehicle: Boolean) : ClientBoundPacket
Synchronize Player Position | 0x38 | play | clientbound
Parameters
x
x
y
y
z
z
yaw
yaw
pitch
pitch
flags
flags
teleport Id
teleportId
dismount Vehicle
dismountVehicle