Class GSAuthNotAuthedListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
com.gamersafer.minecraft.auth.paper.listener.GSAuthNotAuthedListener
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener
,org.bukkit.event.Listener
public class GSAuthNotAuthedListener
extends com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
implements org.bukkit.event.Listener
-
Field Summary
Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
plugin
-
Constructor Summary
ConstructorDescriptionGSAuthNotAuthedListener
(com.gamersafer.minecraft.auth.common.abstraction.IServer server, com.gamersafer.minecraft.auth.common.abstraction.IPlugin plugin, com.gamersafer.minecraft.auth.common.configuration.ProxyConfiguration config, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.permissions.IPermissionAdapter permAdapter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onAsyncPreLogin
(org.bukkit.event.player.AsyncPlayerPreLoginEvent event) void
onQuit
(org.bukkit.event.player.PlayerQuitEvent event) 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.configuration.ProxyConfiguration config, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.permissions.IPermissionAdapter permAdapter)
-
-
Method Details
-
onAsyncPreLogin
public void onAsyncPreLogin(org.bukkit.event.player.AsyncPlayerPreLoginEvent event) -
onQuit
public void onQuit(org.bukkit.event.player.PlayerQuitEvent event)
-