public class JoinListner
extends java.lang.Object
implements org.bukkit.event.Listener
Constructor and Description |
---|
JoinListner() |
Modifier and Type | Method and Description |
---|---|
void |
MOTD(org.bukkit.event.player.PlayerJoinEvent event) |
void |
NewPlayer(org.bukkit.event.player.PlayerJoinEvent event) |
void |
onJoin(org.bukkit.event.player.PlayerJoinEvent event) |
void |
onLeave(org.bukkit.event.player.PlayerQuitEvent event) |
public void onJoin(org.bukkit.event.player.PlayerJoinEvent event)
public void onLeave(org.bukkit.event.player.PlayerQuitEvent event)
public void MOTD(org.bukkit.event.player.PlayerJoinEvent event)
public void NewPlayer(org.bukkit.event.player.PlayerJoinEvent event)