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.script.bindings.api
/
ScriptMovementUtil
Script
Movement
Util
object
ScriptMovementUtil
Members
Functions
get
Speed
Link copied to clipboard
@
JvmName
(
name
=
"getSpeed"
)
fun
getSpeed
(
)
:
Double
is
Moving
Link copied to clipboard
@
JvmName
(
name
=
"isMoving"
)
fun
isMoving
(
)
:
Boolean
strafe
Link copied to clipboard
@
JvmName
(
name
=
"strafe"
)
fun
strafe
(
)
strafe
With
Speed
Link copied to clipboard
@
JvmName
(
name
=
"strafeWithSpeed"
)
fun
strafeWithSpeed
(
speed
:
Double
)
strafe
With
Speed
And
Strength
Link copied to clipboard
@
JvmName
(
name
=
"strafeWithSpeedAndStrength"
)
fun
strafeWithSpeedAndStrength
(
speed
:
Double
,
strength
:
Double
)
strafe
With
Strength
Link copied to clipboard
@
JvmName
(
name
=
"strafeWithStrength"
)
fun
strafeWithStrength
(
strength
:
Double
)