ScriptMovementUtil

Functions

Link copied to clipboard
@JvmName(name = "getSpeed")
fun getSpeed(): Double
Link copied to clipboard
@JvmName(name = "isMoving")
fun isMoving(): Boolean
Link copied to clipboard
@JvmName(name = "strafe")
fun strafe()
Link copied to clipboard
@JvmName(name = "strafeWithSpeed")
fun strafeWithSpeed(speed: Double)
Link copied to clipboard
@JvmName(name = "strafeWithSpeedAndStrength")
fun strafeWithSpeedAndStrength(speed: Double, strength: Double)
Link copied to clipboard
@JvmName(name = "strafeWithStrength")
fun strafeWithStrength(strength: Double)