slib
Toggle table of contents
1.2.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
slib
api-common
/
su.plo.slib.api.event.player
/
McPlayerJoinEvent
Mc
Player
Join
Event
object
McPlayerJoinEvent
:
GlobalEvent
<
McPlayerJoinEvent.Callback
>
An event fired when a player joins the server.
Members
Types
Callback
Link copied to clipboard
fun
interface
Callback
Properties
invoker
Link copied to clipboard
val
invoker
:
McPlayerJoinEvent.Callback
Functions
clear
Listeners
Link copied to clipboard
fun
clearListeners
(
)
register
Listener
Link copied to clipboard
fun
registerListener
(
listener
:
McPlayerJoinEvent.Callback
)
unregister
Listener
Link copied to clipboard
fun
unregisterListener
(
listener
:
McPlayerJoinEvent.Callback
)