Class VelocityCommandRegistry

java.lang.Object
com.gamersafer.minecraft.auth.common.commands.CommandRegistry
com.gamersafer.minecraft.auth.velocity.command.VelocityCommandRegistry

public class VelocityCommandRegistry extends com.gamersafer.minecraft.auth.common.commands.CommandRegistry
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Field Summary

    Fields inherited from class com.gamersafer.minecraft.auth.common.commands.CommandRegistry

    api, commands, commandsAliases, config, core, loginHandlerFactory, onboardingService, permAdapter, playerStorage, profileService, reportLogManager
  • Constructor Summary

    Constructors
    Constructor
    Description
    VelocityCommandRegistry(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.velocitypowered.api.proxy.ProxyServer server, GSAuthVelocity plugin, com.gamersafer.minecraft.auth.common.api.GSAuthApi api, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    registerCommand(com.gamersafer.minecraft.auth.common.commands.ICommand cmd)
     

    Methods inherited from class com.gamersafer.minecraft.auth.common.commands.CommandRegistry

    getCommands, registerCommands

    Methods inherited from class java.lang.Object

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

    • VelocityCommandRegistry

      public VelocityCommandRegistry(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, com.velocitypowered.api.proxy.ProxyServer server, GSAuthVelocity plugin, com.gamersafer.minecraft.auth.common.api.GSAuthApi api, com.gamersafer.minecraft.auth.common.handler.ILoginHandlerFactory loginHandlerFactory)
  • Method Details

    • registerCommand

      protected void registerCommand(com.gamersafer.minecraft.auth.common.commands.ICommand cmd)
      Specified by:
      registerCommand in class com.gamersafer.minecraft.auth.common.commands.CommandRegistry