Class GSAuthNotAuthedListener
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
com.gamersafer.minecraft.auth.velocity.listener.GSAuthNotAuthedListener
- All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.shared.event.GSAuthEventListener
public class GSAuthNotAuthedListener
extends com.gamersafer.minecraft.auth.common.listener.GSAuthNotAuthedListener
-
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.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(com.velocitypowered.api.event.connection.LoginEvent e) -
onQuit
public void onQuit(com.velocitypowered.api.event.connection.DisconnectEvent e)
-