org.bukkit.event.player
public class PlayerJoinEvent extends PlayerEvent
Event.Resultplayer| Constructor and Description | 
|---|
PlayerJoinEvent(Player playerJoined,
               String joinMessage)  | 
| Modifier and Type | Method and 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 
 | 
getPlayergetEventName, isAsynchronouspublic String getJoinMessage()
public void setJoinMessage(String joinMessage)
joinMessage - join messagepublic HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2014. All rights reserved.