Class GSAuthListenerWithProxy

java.lang.Object
com.gamersafer.minecraft.auth.paper.listener.GSAuthListenerWithProxy
All Implemented Interfaces:
org.bukkit.event.Listener

public class GSAuthListenerWithProxy extends Object implements org.bukkit.event.Listener
  • Constructor Summary

    Constructors
    Constructor
    Description
    GSAuthListenerWithProxy(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, GSAuthPaper plugin, com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration config, com.gamersafer.minecraft.auth.common.configuration.ServerLanguageConfiguration lang, com.gamersafer.minecraft.auth.common.abstraction.ILogger logger, com.gamersafer.minecraft.auth.common.commands.CommandRegistry commandRegistry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPlayerQuit(org.bukkit.event.player.PlayerQuitEvent event)
     

    Methods inherited from class java.lang.Object

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

    • GSAuthListenerWithProxy

      public GSAuthListenerWithProxy(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, GSAuthPaper plugin, com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration config, com.gamersafer.minecraft.auth.common.configuration.ServerLanguageConfiguration lang, com.gamersafer.minecraft.auth.common.abstraction.ILogger logger, com.gamersafer.minecraft.auth.common.commands.CommandRegistry commandRegistry)
  • Method Details

    • onPlayerQuit

      public void onPlayerQuit(org.bukkit.event.player.PlayerQuitEvent event)