public class PlayerJoinEvent extends PlayerEvent
Event.Result
player
Constructor | Description |
---|---|
PlayerJoinEvent(Player playerJoined,
String joinMessage) |
Modifier and Type | Method | Description |
---|---|---|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
String |
getJoinMessage() |
Gets the join message to send to all online players
|
void |
setJoinMessage(String joinMessage) |
Sets the join message to send to all online players
|
callEvent, getEventName, isAsynchronous
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPlayer
public String getJoinMessage()
public void setJoinMessage(String joinMessage)
joinMessage
- join messagepublic HandlerList getHandlers()
getHandlers
in class Event
public static HandlerList getHandlerList()
Copyright © 2019. All rights reserved.