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
/
FallingPlayer
Falling
Player
class
FallingPlayer
(
player
:
LocalPlayer
,
var
x
:
Double
,
var
y
:
Double
,
var
z
:
Double
,
motionX
:
Double
,
motionY
:
Double
,
motionZ
:
Double
,
yRot
:
Float
)
Members
Constructors
Falling
Player
Link copied to clipboard
constructor
(
player
:
LocalPlayer
,
x
:
Double
,
y
:
Double
,
z
:
Double
,
motionX
:
Double
,
motionY
:
Double
,
motionZ
:
Double
,
yRot
:
Float
)
Types
Collision
Result
Link copied to clipboard
class
CollisionResult
(
val
pos
:
BlockPos
?
,
val
tick
:
Int
)
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
var
x
:
Double
y
Link copied to clipboard
var
y
:
Double
z
Link copied to clipboard
var
z
:
Double
Functions
find
Collision
Link copied to clipboard
fun
findCollision
(
ticks
:
Int
)
:
FallingPlayer.CollisionResult
?