Class PlayerJoinEvent
java.lang.Object
com.bencodez.votingplugin.listeners.PlayerJoinEvent
- All Implemented Interfaces:
org.bukkit.event.Listener
The Class PlayerJoinEvent.
-
Constructor Summary
ConstructorDescriptionPlayerJoinEvent
(VotingPluginMain plugin) Instantiates a new player join event. -
Method Summary
Modifier and TypeMethodDescriptionvoid
onPlayerLogin
(com.bencodez.advancedcore.listeners.AdvancedCoreLoginEvent event) On player login.void
onPlayerQuit
(org.bukkit.event.player.PlayerQuitEvent event)
-
Constructor Details
-
PlayerJoinEvent
Instantiates a new player join event.- Parameters:
plugin
- the plugin
-
-
Method Details
-
onPlayerLogin
public void onPlayerLogin(com.bencodez.advancedcore.listeners.AdvancedCoreLoginEvent event) On player login.- Parameters:
event
- the event
-
onPlayerQuit
public void onPlayerQuit(org.bukkit.event.player.PlayerQuitEvent event)
-