SimulatedPlayerSnapshot

data class SimulatedPlayerSnapshot(val pos: Vec3, val fallDistance: Double, val velocity: Vec3, val onGround: Boolean, val clipLedged: Boolean)

Constructors

Link copied to clipboard
constructor(pos: Vec3, fallDistance: Double, velocity: Vec3, onGround: Boolean, clipLedged: Boolean)
constructor(s: SimulatedPlayer)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pos: Vec3
Link copied to clipboard
val velocity: Vec3