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
/
PlayerNetworkMovementTickEvent
Player
Network
Movement
Tick
Event
class
PlayerNetworkMovementTickEvent
(
val
state
:
EventState
,
var
x
:
Double
,
var
y
:
Double
,
var
z
:
Double
,
var
ground
:
Boolean
)
:
CancellableEvent
Members
Constructors
Player
Network
Movement
Tick
Event
Link copied to clipboard
constructor
(
state
:
EventState
,
x
:
Double
,
y
:
Double
,
z
:
Double
,
ground
:
Boolean
)
Properties
ground
Link copied to clipboard
var
ground
:
Boolean
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
state
Link copied to clipboard
val
state
:
EventState
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
cancel
Event
Link copied to clipboard
fun
cancelEvent
(
)
Allows you to cancel an event