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.event.events
/
PlayerVelocityStrafe
Player
Velocity
Strafe
class
PlayerVelocityStrafe
(
val
movementInput
:
Vec3
,
val
speed
:
Float
,
val
yaw
:
Float
,
var
velocity
:
Vec3
)
:
Event
Members
Constructors
Player
Velocity
Strafe
Link copied to clipboard
constructor
(
movementInput
:
Vec3
,
speed
:
Float
,
yaw
:
Float
,
velocity
:
Vec3
)
Properties
is
Completed
Link copied to clipboard
var
isCompleted
:
Boolean
movement
Input
Link copied to clipboard
val
movementInput
:
Vec3
speed
Link copied to clipboard
val
speed
:
Float
velocity
Link copied to clipboard
var
velocity
:
Vec3
yaw
Link copied to clipboard
val
yaw
:
Float