Class GSAuthRequiredGroupListener

java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupServerListener
com.gamersafer.minecraft.auth.paper.listener.GSAuthRequiredGroupListener
All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener, org.bukkit.event.Listener

public class GSAuthRequiredGroupListener extends com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupServerListener implements org.bukkit.event.Listener
  • Field Summary

    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, GSAuthPaper 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)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onJoin(org.bukkit.event.player.PlayerJoinEvent e)
     
    void
    onQuit(org.bukkit.event.player.PlayerQuitEvent e)
     

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

    addRequiredBypassPerms, disableChecks, enableChecks, onLogin, onQuit, onUserAuthenticated, onUserUnauthenticated, removeRequiredBypassPerms

    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, GSAuthPaper 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)
  • Method Details

    • onJoin

      public void onJoin(org.bukkit.event.player.PlayerJoinEvent e)
    • onQuit

      public void onQuit(org.bukkit.event.player.PlayerQuitEvent e)