Class SCCommandManager

java.lang.Object
co.aikar.commands.CommandManager<org.bukkit.command.CommandSender,co.aikar.commands.BukkitCommandIssuer,org.bukkit.ChatColor,co.aikar.commands.BukkitMessageFormatter,co.aikar.commands.BukkitCommandExecutionContext,co.aikar.commands.BukkitConditionContext>
co.aikar.commands.BukkitCommandManager
co.aikar.commands.PaperCommandManager
net.sacredlabyrinth.phaed.simpleclans.commands.SCCommandManager

public class SCCommandManager extends co.aikar.commands.PaperCommandManager
  • Field Summary

    Fields inherited from class co.aikar.commands.BukkitCommandManager

    autoDetectFromClient, completions, contexts, issuersLocaleString, knownCommands, locales, mcMinorVersion, mcPatchVersion, registeredCommands, scheduler

    Fields inherited from class co.aikar.commands.CommandManager

    conditions, defaultExceptionHandler, defaultFormatter, defaultHelpPerPage, dependencies, formatters, helpFormatter, issuersLocale, localeChangedCallbacks, replacements, rootCommands, supportedLanguages, usePerIssuerLocale, validNamePredicate
  • Constructor Summary

    Constructors
    Constructor
    Description
    SCCommandManager(@NotNull SimpleClans plugin)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    co.aikar.commands.BukkitLocales
     

    Methods inherited from class co.aikar.commands.PaperCommandManager

    enableUnstableAPI, getCommandCompletions, getCommandContexts

    Methods inherited from class co.aikar.commands.BukkitCommandManager

    createCommandContext, createCompletionContext, createConditionContext, createRegisteredCommand, createRootCommand, getCommandIssuer, getCommandPrefix, getPlugin, getRegisteredRootCommands, getScheduler, getTimings, handleUncaughtException, hasRegisteredCommands, isCommandIssuer, log, registerCommand, registerCommand, setPlayerLocale, unregisterCommand, unregisterCommand, unregisterCommands, usePerIssuerLocale, usePerIssuerLocale

    Methods inherited from class co.aikar.commands.CommandManager

    addSupportedLanguage, formatMessage, generateCommandHelp, generateCommandHelp, generateCommandHelp, generateCommandHelp, getCommandConditions, getCommandReplacements, getCurrentCommandIssuer, getCurrentCommandManager, getCurrentCommandOperationContext, getDefaultExceptionHandler, getDefaultFormatter, getDefaultHelpPerPage, getFormat, getHelpFormatter, getIssuerLocale, getRootCommand, getSupportedLanguages, getValidNamePredicate, hasPermission, hasPermission, isLoggingUnhandledExceptions, isValidName, log, notifyLocaleChange, obtainRootCommand, onLocaleChange, registerDependency, registerDependency, sendMessage, sendMessage, setDefaultExceptionHandler, setDefaultExceptionHandler, setDefaultFormatter, setDefaultHelpPerPage, setFormat, setFormat, setFormat, setHelpFormatter, setIssuerLocale, setValidNamePredicate, unregisterDependency, unregisterDependency, usingPerIssuerLocale

    Methods inherited from class java.lang.Object

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

    • SCCommandManager

      public SCCommandManager(@NotNull @NotNull SimpleClans plugin)
  • Method Details

    • getLocales

      public co.aikar.commands.BukkitLocales getLocales()
      Overrides:
      getLocales in class co.aikar.commands.BukkitCommandManager