Package net.lewmc.essence.events
Class JoinEvent
java.lang.Object
net.lewmc.essence.events.JoinEvent
- All Implemented Interfaces:
org.bukkit.event.Listener
JoinEvent class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPlayerJoin
(org.bukkit.event.player.PlayerJoinEvent event) Event handler for when a player joins.
-
Constructor Details
-
JoinEvent
Constructor for the JoinEvent class.- Parameters:
plugin
- Essence - Reference to the main Essence class.
-
-
Method Details
-
onPlayerJoin
public void onPlayerJoin(org.bukkit.event.player.PlayerJoinEvent event) Event handler for when a player joins.- Parameters:
event
- PlayerJoinEvent - Server thrown event.
-