Class JoinQuitListener

java.lang.Object
de.neo.rankbridge.minecraft.bungeecord.listener.JoinQuitListener
All Implemented Interfaces:
net.md_5.bungee.api.plugin.Listener

public class JoinQuitListener
extends java.lang.Object
implements net.md_5.bungee.api.plugin.Listener
Listens for disconnecting players.
Version:
1.0
Author:
Neo8
  • Constructor Summary

    Constructors 
    Constructor Description
    JoinQuitListener()  
  • Method Summary

    Modifier and Type Method Description
    void onQuit​(net.md_5.bungee.api.event.PlayerDisconnectEvent e)
    Executes the Event.
    void onSwitch​(net.md_5.bungee.api.event.ServerConnectEvent 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

    • onSwitch

      public void onSwitch​(net.md_5.bungee.api.event.ServerConnectEvent e)
      Executes the Event.
      Parameters:
      e - The Event
    • onQuit

      public void onQuit​(net.md_5.bungee.api.event.PlayerDisconnectEvent e)
      Executes the Event.
      Parameters:
      e - The Event