Package com.github.mafelp.minecraft
Class JoinListener
java.lang.Object
com.github.mafelp.minecraft.JoinListener
- All Implemented Interfaces:
org.bukkit.event.Listener
public class JoinListener
extends java.lang.Object
implements org.bukkit.event.Listener
Class handling Join events of players joining the server
-
Constructor Summary
Constructors Constructor Description JoinListener()
-
Method Summary
Modifier and Type Method Description void
onJoin(org.bukkit.event.player.PlayerJoinEvent playerJoinEvent)
Method called by the minecraft server when a player joins.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JoinListener
public JoinListener()
-
-
Method Details
-
onJoin
public void onJoin(org.bukkit.event.player.PlayerJoinEvent playerJoinEvent)Method called by the minecraft server when a player joins.- Parameters:
playerJoinEvent
- Class containing information about the event.
-