Class GSAuthNotAuthedListener

java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
com.gamersafer.minecraft.auth.bungeecord.listener.GSAuthNotAuthedListener
All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener, net.md_5.bungee.api.plugin.Listener

public class GSAuthNotAuthedListener extends com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener implements net.md_5.bungee.api.plugin.Listener
  • Field Summary

    Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener

    plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    GSAuthNotAuthedListener(com.gamersafer.minecraft.auth.common.abstraction.IServer server, com.gamersafer.minecraft.auth.common.abstraction.IPlugin plugin, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.permissions.IPermissionAdapter permAdapter)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onLogin(net.md_5.bungee.api.event.PostLoginEvent e)
     
    void
    onQuit(net.md_5.bungee.api.event.PlayerDisconnectEvent e)
     

    Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener

    disableChecks, enableChecks, onLogin, onQuit, onUserAuthenticated, onUserUnauthenticated

    Methods inherited from class java.lang.Object

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

    • GSAuthNotAuthedListener

      public GSAuthNotAuthedListener(com.gamersafer.minecraft.auth.common.abstraction.IServer server, com.gamersafer.minecraft.auth.common.abstraction.IPlugin plugin, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.permissions.IPermissionAdapter permAdapter)
  • Method Details

    • onLogin

      public void onLogin(net.md_5.bungee.api.event.PostLoginEvent e)
    • onQuit

      public void onQuit(net.md_5.bungee.api.event.PlayerDisconnectEvent e)