Class GSAuthNotAuthedListener

java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
com.gamersafer.minecraft.auth.velocity.listener.GSAuthNotAuthedListener
All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener

public class GSAuthNotAuthedListener extends com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
  • 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(com.velocitypowered.api.event.connection.LoginEvent e)
     
    void
    onQuit(com.velocitypowered.api.event.connection.DisconnectEvent 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(com.velocitypowered.api.event.connection.LoginEvent e)
    • onQuit

      public void onQuit(com.velocitypowered.api.event.connection.DisconnectEvent e)