Class GSAuthRequiredBypassListener

java.lang.Object
com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
com.gamersafer.minecraft.auth.velocity.listener.GSAuthRequiredBypassListener

public class GSAuthRequiredBypassListener extends com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener
  • Field Summary

    Fields inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener

    config, disableChecks, lang, profileService, requiredCache
  • Constructor Summary

    Constructors
    Constructor
    Description
    GSAuthRequiredBypassListener(GSAuthVelocity plugin, com.gamersafer.minecraft.auth.common.configuration.ProxyConfiguration config, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.listener.IGSAuthRequiredCache requiredCache, com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration lang)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChat(com.velocitypowered.api.event.player.PlayerChatEvent e)
     
    void
    onCommand(com.velocitypowered.api.event.command.CommandExecuteEvent event)
     

    Methods inherited from class com.gamersafer.minecraft.auth.common.listener.GSAuthRequiredBypassProxyListener

    disableChecks, enableChecks, onChat, onCommand

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GSAuthRequiredBypassListener

      public GSAuthRequiredBypassListener(GSAuthVelocity plugin, com.gamersafer.minecraft.auth.common.configuration.ProxyConfiguration config, com.gamersafer.minecraft.auth.common.service.IProfileService profileService, com.gamersafer.minecraft.auth.common.listener.IGSAuthRequiredCache requiredCache, com.gamersafer.minecraft.auth.common.configuration.LanguageConfiguration lang)
  • Method Details

    • onChat

      public void onChat(com.velocitypowered.api.event.player.PlayerChatEvent e)
    • onCommand

      public void onCommand(com.velocitypowered.api.event.command.CommandExecuteEvent event)