Class BungeecordCommandRegistry

java.lang.Object
com.gamersafer.minecraft.auth.common.commands.CommandRegistry
com.gamersafer.minecraft.auth.bungeecord.command.BungeecordCommandRegistry

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

    Nested Classes
    Modifier and Type
    Class
    Description
    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
    BungeecordCommandRegistry(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, net.md_5.bungee.api.ProxyServer server, GSAuthBungeecord 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

    • BungeecordCommandRegistry

      public BungeecordCommandRegistry(com.gamersafer.minecraft.auth.common.GSAuthPlugin core, net.md_5.bungee.api.ProxyServer server, GSAuthBungeecord 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