PositionPacket

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

teleportId

teleportId

dismountVehicle

dismountVehicle

See also

Constructors

Link copied to clipboard
constructor(x: Double, y: Double, z: Double, yaw: Float, pitch: Float, flags: Byte, teleportId: Int, dismountVehicle: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
val flags: Byte
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val x: Double
Link copied to clipboard
val y: Double
Link copied to clipboard
val yaw: Float
Link copied to clipboard
val z: Double