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
ConstructorsConstructorDescriptionGSAuthNotAuthedListener
(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
Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
disableChecks, enableChecks, onLogin, onQuit, onUserAuthenticated, onUserUnauthenticated
-
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)
-