Class GSAuthRequiredGroupListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupServerListener
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupProxyListener
com.gamersafer.minecraft.auth.velocity.listener.GSAuthRequiredGroupListener
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener
public class GSAuthRequiredGroupListener
extends com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredGroupProxyListener
-
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
ConstructorDescriptionGSAuthRequiredGroupListener
(com.gamersafer.minecraft.auth.common.abstraction.IServer server, GSAuthVelocity 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 TypeMethodDescriptionvoid
onLogin
(com.velocitypowered.api.event.connection.LoginEvent e) void
onQuit
(com.velocitypowered.api.event.connection.DisconnectEvent e) void
onServerSwitch
(com.velocitypowered.api.event.player.ServerPostConnectEvent 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
-
Constructor Details
-
GSAuthRequiredGroupListener
public GSAuthRequiredGroupListener(com.gamersafer.minecraft.auth.common.abstraction.IServer server, GSAuthVelocity 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(com.velocitypowered.api.event.connection.LoginEvent e) -
onQuit
public void onQuit(com.velocitypowered.api.event.connection.DisconnectEvent e) -
onServerSwitch
public void onServerSwitch(com.velocitypowered.api.event.player.ServerPostConnectEvent e)
-