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
/
PlayerInteractedItemEvent
Player
Interacted
Item
Event
class
PlayerInteractedItemEvent
(
val
player
:
Player
,
val
hand
:
InteractionHand
,
val
actionResult
:
InteractionResult
)
:
Event
Members
Constructors
Player
Interacted
Item
Event
Link copied to clipboard
constructor
(
player
:
Player
,
hand
:
InteractionHand
,
actionResult
:
InteractionResult
)
Properties
action
Result
Link copied to clipboard
val
actionResult
:
InteractionResult
hand
Link copied to clipboard
val
hand
:
InteractionHand
is
Completed
Link copied to clipboard
var
isCompleted
:
Boolean
player
Link copied to clipboard
val
player
:
Player