Class GSAuthRequiredGroupListener

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

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

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

    requiredSetNow

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

    disableChecks, permAdapter, profileService, requiredCache, server
  • Constructor Summary

    Constructors
    Constructor
    Description
    GSAuthRequiredGroupListener(com.gamersafer.minecraft.auth.common.abstraction.IServer server, GSAuthBungeecord plugin, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.permissions.IPermissionAdapter permAdapter, com.gamersafer.minecraft.auth.common.listener.IGSAuthRequiredCache requiredCache, com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator communicator)
     
  • Method Summary

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

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

    addRequiredBypassPerms, onServerSwitch, removeRequiredBypassPerms

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

    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

    • GSAuthRequiredGroupListener

      public GSAuthRequiredGroupListener(com.gamersafer.minecraft.auth.common.abstraction.IServer server, GSAuthBungeecord plugin, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.permissions.IPermissionAdapter permAdapter, com.gamersafer.minecraft.auth.common.listener.IGSAuthRequiredCache requiredCache, com.gamersafer.minecraft.auth.common.platform.proxy.BackendServerCommunicator communicator)
  • 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)
    • onPostServerConnect

      public void onPostServerConnect(net.md_5.bungee.api.event.ServerSwitchEvent e)