Class GSAuthVelocity

java.lang.Object
com.gamersafer.minecraft.auth.velocity.GSAuthVelocity
All Implemented Interfaces:
com.gamersafer.minecraft.auth.common.abstraction.IPlugin

public class GSAuthVelocity extends Object implements com.gamersafer.minecraft.auth.common.abstraction.IPlugin
  • Constructor Details

    • GSAuthVelocity

      public GSAuthVelocity()
  • Method Details

    • onProxyInitialization

      public void onProxyInitialization(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event)
    • onProxyShutdown

      public void onProxyShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event)
    • disableChecks

      public void disableChecks()
      Specified by:
      disableChecks in interface com.gamersafer.minecraft.auth.common.abstraction.IPlugin
    • enableChecks

      public void enableChecks()
      Specified by:
      enableChecks in interface com.gamersafer.minecraft.auth.common.abstraction.IPlugin
    • wrapPlayer

      public <T> com.gamersafer.minecraft.auth.common.abstraction.IPlayer wrapPlayer(T player)
      Specified by:
      wrapPlayer in interface com.gamersafer.minecraft.auth.common.abstraction.IPlugin
    • wrap

      public <T> com.gamersafer.minecraft.auth.common.abstraction.ISender wrap(T sender)
      Specified by:
      wrap in interface com.gamersafer.minecraft.auth.common.abstraction.IPlugin
    • getPlaceholderService

      public com.gamersafer.minecraft.auth.common.placeholder.PlaceholderService getPlaceholderService()
      Specified by:
      getPlaceholderService in interface com.gamersafer.minecraft.auth.common.abstraction.IPlugin
    • getApi

      public com.gamersafer.minecraft.auth.common.api.GSAuthApi getApi()
    • getLogger

      public org.slf4j.Logger getLogger()