LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.utils.entity
/
SimulatedPlayerSnapshot
Simulated
Player
Snapshot
data
class
SimulatedPlayerSnapshot
(
val
pos
:
Vec3
,
val
fallDistance
:
Double
,
val
velocity
:
Vec3
,
val
onGround
:
Boolean
,
val
clipLedged
:
Boolean
)
Members
Constructors
Simulated
Player
Snapshot
Link copied to clipboard
constructor
(
pos
:
Vec3
,
fallDistance
:
Double
,
velocity
:
Vec3
,
onGround
:
Boolean
,
clipLedged
:
Boolean
)
constructor
(
s
:
SimulatedPlayer
)
Properties
clip
Ledged
Link copied to clipboard
val
clipLedged
:
Boolean
fall
Distance
Link copied to clipboard
val
fallDistance
:
Double
on
Ground
Link copied to clipboard
val
onGround
:
Boolean
pos
Link copied to clipboard
val
pos
:
Vec3
velocity
Link copied to clipboard
val
velocity
:
Vec3