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
/
PlayerJumpEvent
Player
Jump
Event
class
PlayerJumpEvent
(
var
motion
:
Float
,
var
yaw
:
Float
)
:
CancellableEvent
Members
Constructors
Player
Jump
Event
Link copied to clipboard
constructor
(
motion
:
Float
,
yaw
:
Float
)
Properties
is
Cancelled
Link copied to clipboard
var
isCancelled
:
Boolean
Let you know if the event is canceled
is
Completed
Link copied to clipboard
var
isCompleted
:
Boolean
motion
Link copied to clipboard
var
motion
:
Float
yaw
Link copied to clipboard
var
yaw
:
Float
Functions
cancel
Event
Link copied to clipboard
fun
cancelEvent
(
)
Allows you to cancel an event