Class GSAuthListenerStandalone
java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthListenerStandalone
com.gamersafer.minecraft.auth.paper.listener.GSAuthListenerStandalone
- All Implemented Interfaces:
- org.bukkit.event.Listener
public class GSAuthListenerStandalone
extends com.gamersafer.minecraft.auth.common.listener.GSAuthListenerStandalone
implements org.bukkit.event.Listener
Bukkit wrapper for 
GSAuthListenerStandalone- 
Field SummaryFields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthListenerStandalonebanManager, communicator, core, disableChecks, eventFactory, logger, loginHandlerFactory, messages, onboardingService, placeholderService, playerStorage, pluginChannel, server, service
- 
Constructor SummaryConstructorsConstructorDescriptionGSAuthListenerStandalone(com.gamersafer.minecraft.auth.common.abstraction.IServer server, GSAuthPaper plugin, com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration config, com.gamersafer.minecraft.auth.common.configuration.MessageConfiguration messages, com.gamersafer.minecraft.auth.common.configuration.ServerLanguageConfiguration lang, com.gamersafer.minecraft.auth.common.service.IProfileService service, com.gamersafer.minecraft.auth.common.db.api.IPlayerStorage playerStorage, com.gamersafer.minecraft.auth.common.abstraction.ILogger logger, com.gamersafer.minecraft.auth.common.ban.BanManager banManager, com.gamersafer.minecraft.auth.common.event.EventFactory eventFactory, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory, com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService placeholderService, com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService onboardingService) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidonDisconnect(org.bukkit.event.player.PlayerQuitEvent event) voidonLogin(org.bukkit.event.player.AsyncPlayerPreLoginEvent event) voidonLogin(org.bukkit.event.player.PlayerJoinEvent event) protected voidsendDataToServer(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player) protected voidsendDisabled(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player) Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthListenerStandalonedisableChecks, enableChecks, executeAfterServerConnect, onDisconnect, onLogin, onLoginEarly, onPluginMessage, onPostServerConnect
- 
Constructor Details- 
GSAuthListenerStandalonepublic GSAuthListenerStandalone(com.gamersafer.minecraft.auth.common.abstraction.IServer server, GSAuthPaper plugin, com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.gamersafer.minecraft.auth.common.configuration.ServerConfiguration config, com.gamersafer.minecraft.auth.common.configuration.MessageConfiguration messages, com.gamersafer.minecraft.auth.common.configuration.ServerLanguageConfiguration lang, com.gamersafer.minecraft.auth.common.service.IProfileService service, com.gamersafer.minecraft.auth.common.db.api.IPlayerStorage playerStorage, com.gamersafer.minecraft.auth.common.abstraction.ILogger logger, com.gamersafer.minecraft.auth.common.ban.BanManager banManager, com.gamersafer.minecraft.auth.common.event.EventFactory eventFactory, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory, com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService placeholderService, com.gamersafer.minecraft.auth.common.onboarding.IOnboardingService onboardingService) 
 
- 
- 
Method Details- 
onLoginpublic void onLogin(org.bukkit.event.player.AsyncPlayerPreLoginEvent event) 
- 
onLoginpublic void onLogin(org.bukkit.event.player.PlayerJoinEvent event) 
- 
onDisconnectpublic void onDisconnect(org.bukkit.event.player.PlayerQuitEvent event) 
- 
sendDataToServerprotected void sendDataToServer(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player) - Specified by:
- sendDataToServerin class- com.gamersafer.minecraft.auth.common.listener.GSAuthListenerStandalone
 
- 
sendDisabledprotected void sendDisabled(com.gamersafer.minecraft.auth.common.abstraction.IPlayer player) - Specified by:
- sendDisabledin class- com.gamersafer.minecraft.auth.common.listener.GSAuthListenerStandalone
 
 
-