Class JoinQuitListener

java.lang.Object
de.neo.rankbridge.minecraft.spigot.listener.JoinQuitListener
All Implemented Interfaces:
org.bukkit.event.Listener

public class JoinQuitListener
extends java.lang.Object
implements org.bukkit.event.Listener
Listens for disconnecting players.
Version:
1.0
Author:
Neo8
  • Constructor Summary

    Constructors 
    Constructor Description
    JoinQuitListener()  
  • Method Summary

    Modifier and Type Method Description
    void onJoin​(org.bukkit.event.player.PlayerJoinEvent e)
    Executes the Event.
    void onQuit​(org.bukkit.event.player.PlayerQuitEvent e)
    Executes the Event.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • onJoin

      public void onJoin​(org.bukkit.event.player.PlayerJoinEvent e)
      Executes the Event.
      Parameters:
      e - The Event
    • onQuit

      public void onQuit​(org.bukkit.event.player.PlayerQuitEvent e)
      Executes the Event.
      Parameters:
      e - the Event.