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
/
EventHook
Event
Hook
class
EventHook
<
T
:
Event
>
(
val
handlerClass
:
EventListener
,
val
priority
:
Short
=
0
,
val
handler
:
Consumer
<
T
>
)
Members
Constructors
Event
Hook
Link copied to clipboard
constructor
(
handlerClass
:
EventListener
,
priority
:
Short
=
0
,
handler
:
Consumer
<
T
>
)
Properties
handler
Link copied to clipboard
val
handler
:
Consumer
<
T
>
handler
Class
Link copied to clipboard
val
handlerClass
:
EventListener
priority
Link copied to clipboard
val
priority
:
Short