slib
Toggle table of contents
1.5.3
Select version
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.0
1.2.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
slib
api-common
/
su.plo.slib.api.event
/
GlobalEvent
Global
Event
abstract
class
GlobalEvent
<
T
>
(
invokerSupplier
:
Function
<
Collection
<
T
>
,
T
>
)
Inheritors
McCommandsRegisterEvent
McPlayerJoinEvent
McPlayerQuitEvent
McPlayerVisibilityChangedEvent
McPlayerVisibilityCheckEvent
Members
Constructors
Global
Event
Link copied to clipboard
constructor
(
invokerSupplier
:
Function
<
Collection
<
T
>
,
T
>
)
Properties
invoker
Link copied to clipboard
val
invoker
:
T
Functions
clear
Listeners
Link copied to clipboard
fun
clearListeners
(
)
register
Listener
Link copied to clipboard
fun
registerListener
(
listener
:
T
)
unregister
Listener
Link copied to clipboard
fun
unregisterListener
(
listener
:
T
)