Class PlayerJoinEvent

java.lang.Object
com.bencodez.votingplugin.listeners.PlayerJoinEvent
All Implemented Interfaces:
org.bukkit.event.Listener

public class PlayerJoinEvent extends Object implements org.bukkit.event.Listener
The Class PlayerJoinEvent.
  • Constructor Details

    • PlayerJoinEvent

      public PlayerJoinEvent(VotingPluginMain plugin)
      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)