- generateCommandHelp(String) - Method in class co.aikar.commands.CommandManager
-
- generateCommandHelp(CommandIssuer, String) - Method in class co.aikar.commands.CommandManager
-
- generateCommandHelp() - Method in class co.aikar.commands.CommandManager
-
- generateCommandHelp(CommandIssuer, RootCommand) - Method in class co.aikar.commands.CommandManager
-
- GERMAN - Static variable in class co.aikar.commands.Locales
-
- getAnnotation(Class<T>) - Method in class co.aikar.commands.CommandExecutionContext
-
- getAnnotation(Class<T>) - Method in class co.aikar.commands.CommandOperationContext
-
- getAnnotation(Class<T>) - Method in class co.aikar.commands.RegisteredCommand
-
- getAnnotationValue(Class<T>) - Method in class co.aikar.commands.CommandExecutionContext
-
- getAnnotationValue(Class<T>, int) - Method in class co.aikar.commands.CommandExecutionContext
-
- getAnnotationValue(Class<T>) - Method in class co.aikar.commands.CommandOperationContext
-
- getAnnotationValue(Class<T>, int) - Method in class co.aikar.commands.CommandOperationContext
-
- getApplicableParameters() - Method in interface co.aikar.commands.AnnotationProcessor
-
Deprecated.
- getArgs() - Method in class co.aikar.commands.CommandExecutionContext
-
- getArgs() - Method in class co.aikar.commands.CommandOperationContext
-
- getBaseCommand(String[]) - Method in interface co.aikar.commands.RootCommand
-
- getBooleanFlagValue(String) - Method in class co.aikar.commands.CommandExecutionContext
-
- getBooleanFlagValue(String, Boolean) - Method in class co.aikar.commands.CommandExecutionContext
-
- getCause(Throwable) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Introspects the Throwable to obtain the cause.
- getCause(Throwable, String[]) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Introspects the Throwable to obtain the cause.
- getCause() - Method in interface co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil.Nestable
-
Returns the reference to the exception or error that caused the
exception implementing the Nestable to be thrown.
- getChildren() - Method in interface co.aikar.commands.RootCommand
-
- getCmd() - Method in class co.aikar.commands.CommandExecutionContext
-
- getColor(int) - Method in class co.aikar.commands.MessageFormatter
-
- getCommand() - Method in class co.aikar.commands.CommandOperationContext
-
- getCommand() - Method in class co.aikar.commands.HelpEntry
-
- getCommand() - Method in class co.aikar.commands.RegisteredCommand
-
- getCommandCompletions() - Method in class co.aikar.commands.CommandManager
-
Gets the command completions manager
- getCommandConditions() - Method in class co.aikar.commands.CommandManager
-
- getCommandContexts() - Method in class co.aikar.commands.CommandManager
-
Gets the command contexts manager
- getCommandHelp() - Method in class co.aikar.commands.BaseCommand
-
- getCommandIssuer(Object) - Method in class co.aikar.commands.CommandManager
-
- getCommandIssuer() - Method in class co.aikar.commands.CommandOperationContext
-
- getCommandLabel() - Method in class co.aikar.commands.CommandOperationContext
-
- getCommandManager() - Method in class co.aikar.commands.CommandOperationContext
-
- getCommandName() - Method in class co.aikar.commands.CommandHelp
-
- getCommandName() - Method in interface co.aikar.commands.RootCommand
-
- getCommandPrefix() - Method in class co.aikar.commands.CommandHelp
-
- getCommandPrefix(CommandIssuer) - Method in class co.aikar.commands.CommandManager
-
- getCommandPrefix() - Method in class co.aikar.commands.HelpEntry
-
- getCommandReplacements() - Method in class co.aikar.commands.CommandManager
-
Lets you add custom string replacements that can be applied to annotation values,
to reduce duplication/repetition of common values such as permission nodes and command prefixes.
- getCompletions(C) - Method in interface co.aikar.commands.CommandCompletions.CommandCompletionHandler
-
- getConditions() - Method in class co.aikar.commands.CommandParameter
-
- getConfig(String) - Method in class co.aikar.commands.CommandCompletionContext
-
- getConfig(String, String) - Method in class co.aikar.commands.CommandCompletionContext
-
- getConfig() - Method in class co.aikar.commands.CommandCompletionContext
-
- getConfig() - Method in class co.aikar.commands.ConditionContext
-
- getConfigs() - Method in class co.aikar.commands.CommandCompletionContext
-
- getConfigValue(String, String) - Method in class co.aikar.commands.ConditionContext
-
- getConfigValue(String, Integer) - Method in class co.aikar.commands.ConditionContext
-
- getContext(C) - Method in interface co.aikar.commands.contexts.ContextResolver
-
Parses the context of type C into T, or throws an exception.
- getContextFlags(Class<?>) - Method in class co.aikar.commands.BaseCommand
-
- getContextValue(Class<? extends T>) - Method in class co.aikar.commands.CommandCompletionContext
-
- getContextValue(Class<? extends T>, Integer) - Method in class co.aikar.commands.CommandCompletionContext
-
- getCurrentCommandIssuer() - Method in class co.aikar.commands.BaseCommand
-
Gets the current command issuer.
- getCurrentCommandIssuer() - Static method in class co.aikar.commands.CommandManager
-
- getCurrentCommandManager() - Method in class co.aikar.commands.BaseCommand
-
Gets the current command manager.
- getCurrentCommandManager() - Static method in class co.aikar.commands.CommandManager
-
- getCurrentCommandOperationContext() - Static method in class co.aikar.commands.CommandManager
-
- getDefaultColor() - Method in class co.aikar.commands.MessageFormatter
-
- getDefaultExceptionHandler() - Method in class co.aikar.commands.CommandManager
-
Gets the current default exception handler, might be null.
- getDefaultFormatter() - Method in class co.aikar.commands.CommandManager
-
- getDefaultHelpPerPage() - Method in class co.aikar.commands.CommandManager
-
- getDefaultLocale() - Method in class co.aikar.commands.Locales
-
- getDefaultRegisteredCommand() - Method in class co.aikar.commands.BaseCommand
-
- getDefaultRegisteredCommand() - Method in interface co.aikar.commands.RootCommand
-
- getDefaultValue() - Method in class co.aikar.commands.CommandParameter
-
- getDefCommand() - Method in interface co.aikar.commands.RootCommand
-
- getDescription() - Method in class co.aikar.commands.CommandParameter
-
- getDescription() - Method in class co.aikar.commands.HelpEntry
-
- getDescription() - Method in interface co.aikar.commands.RootCommand
-
- getDoubleFlagValue(String, Number) - Method in class co.aikar.commands.CommandExecutionContext
-
- getEntryFormatReplacements(CommandHelp, HelpEntry) - Method in class co.aikar.commands.CommandHelpFormatter
-
Override this to control replacements
- getEnumFromName(T[], String) - Static method in class co.aikar.commands.ACFUtil
-
- getEnumFromName(T[], String, T) - Static method in class co.aikar.commands.ACFUtil
-
- getEnumFromOrdinal(T[], int) - Static method in class co.aikar.commands.ACFUtil
-
- getExceptionHandler() - Method in class co.aikar.commands.BaseCommand
-
- getExecCommandLabel() - Method in class co.aikar.commands.BaseCommand
-
Gets the root command name that the user actually typed
- getExecSubcommand() - Method in class co.aikar.commands.BaseCommand
-
Gets the actual sub command name the user typed
- getFirstArg() - Method in class co.aikar.commands.CommandExecutionContext
-
- getFirstElement(Iterable<T>) - Static method in class co.aikar.commands.ACFUtil
-
- getFlags() - Method in class co.aikar.commands.CommandExecutionContext
-
- getFlags() - Method in class co.aikar.commands.CommandParameter
-
- getFlagValue(String, String) - Method in class co.aikar.commands.CommandExecutionContext
-
- getFlagValue(String, Integer) - Method in class co.aikar.commands.CommandExecutionContext
-
- getFlagValue(String, Long) - Method in class co.aikar.commands.CommandExecutionContext
-
- getFlagValue(String, Float) - Method in class co.aikar.commands.CommandExecutionContext
-
- getFlagValue(String, Double) - Method in class co.aikar.commands.CommandExecutionContext
-
- getFlagValue(String, Number) - Method in class co.aikar.commands.CommandExecutionContext
-
- getFloatFlagValue(String, Number) - Method in class co.aikar.commands.CommandExecutionContext
-
- getFormat(MessageType) - Method in class co.aikar.commands.CommandManager
-
- getFullStackTrace(Throwable) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
A way to get the entire nested stack-trace of an throwable.
- getHeaderFooterFormatReplacements(CommandHelp) - Method in class co.aikar.commands.CommandHelpFormatter
-
Override this to control replacements
- getHelpEntries() - Method in class co.aikar.commands.CommandHelp
-
- getHelpFormatter() - Method in class co.aikar.commands.CommandManager
-
- getHelpText() - Method in class co.aikar.commands.RegisteredCommand
-
- getIndex() - Method in class co.aikar.commands.CommandExecutionContext
-
- getInput() - Method in class co.aikar.commands.CommandCompletionContext
-
- getIntFlagValue(String, Number) - Method in class co.aikar.commands.CommandExecutionContext
-
- getIssuer() - Method in class co.aikar.commands.CommandCompletionContext
-
- getIssuer() - Method in class co.aikar.commands.CommandExecutionContext
-
- getIssuer() - Method in class co.aikar.commands.CommandHelp
-
- getIssuer() - Method in interface co.aikar.commands.CommandIssuer
-
Gets the issuer in the platforms native object
- getIssuer() - Method in class co.aikar.commands.ConditionContext
-
- getIssuerLocale(CommandIssuer) - Method in class co.aikar.commands.CommandManager
-
- getLastArg() - Method in class co.aikar.commands.CommandExecutionContext
-
- getLastCommandOperationContext() - Method in class co.aikar.commands.BaseCommand
-
Returns a reference to the last used CommandOperationContext.
- getLastCommandOperationContext() - Method in class co.aikar.commands.ForwardingCommand
-
- getLocales() - Method in class co.aikar.commands.CommandManager
-
Returns a Locales Manager to add and modify language tables for your commands.
- getLongFlagValue(String, Number) - Method in class co.aikar.commands.CommandExecutionContext
-
- getManager() - Method in class co.aikar.commands.CommandHelp
-
- getManager() - Method in interface co.aikar.commands.CommandIssuer
-
- getManager() - Method in class co.aikar.commands.CommandParameter
-
- getManager() - Method in interface co.aikar.commands.RootCommand
-
- getMessage() - Method in interface co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil.Nestable
-
Returns the error message of this and any nested
Throwable.
- getMessage(int) - Method in interface co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil.Nestable
-
Returns the error message of the Throwable in the chain
of Throwables at the specified index, numbered from 0.
- getMessage(CommandIssuer, MessageKeyProvider) - Method in class co.aikar.commands.Locales
-
- getMessageKey() - Method in enum co.aikar.commands.MessageKeys
-
- getMessages() - Method in interface co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil.Nestable
-
Returns the error message of this and any nested Throwables
in an array of Strings, one element for each message.
- getName() - Method in class co.aikar.commands.BaseCommand
-
- getName() - Method in class co.aikar.commands.CommandParameter
-
- getNumParams() - Method in class co.aikar.commands.CommandExecutionContext
-
- getOrigArgs() - Method in class co.aikar.commands.BaseCommand
-
Gets the actual args in string form the user typed
- getPage() - Method in class co.aikar.commands.CommandHelp
-
- getParam() - Method in class co.aikar.commands.CommandExecutionContext
-
Deprecated.
- getParameter() - Method in class co.aikar.commands.CommandParameter
-
- getParameterFormatReplacements(CommandHelp, CommandParameter, HelpEntry) - Method in class co.aikar.commands.CommandHelpFormatter
-
Override this to control replacements
- getParameters() - Method in class co.aikar.commands.HelpEntry
-
- getParameterSyntax() - Method in class co.aikar.commands.HelpEntry
-
- getParamIndex() - Method in class co.aikar.commands.CommandParameter
-
- getPassedArgs() - Method in class co.aikar.commands.CommandExecutionContext
-
- getPermission() - Method in class co.aikar.commands.RegisteredCommand
-
Deprecated.
- getPerPage() - Method in class co.aikar.commands.CommandHelp
-
- getPrefSubCommand() - Method in class co.aikar.commands.RegisteredCommand
-
- getRegisteredCommand() - Method in class co.aikar.commands.CommandOperationContext
-
- getRegisteredCommands() - Method in class co.aikar.commands.BaseCommand
-
- getRegisteredCommands() - Method in class co.aikar.commands.ForwardingCommand
-
- getRegisteredRootCommands() - Method in class co.aikar.commands.CommandManager
-
- getRequiredPermissions() - Method in class co.aikar.commands.BaseCommand
-
- getRequiredPermissions() - Method in class co.aikar.commands.ForwardingCommand
-
- getRequiredPermissions() - Method in class co.aikar.commands.RegisteredCommand
-
- getResolvedArg(String) - Method in class co.aikar.commands.CommandExecutionContext
-
- getResolvedArg(Class<?>...) - Method in class co.aikar.commands.CommandExecutionContext
-
- getResolvedArg(String, Class<?>...) - Method in class co.aikar.commands.CommandExecutionContext
-
- getResolver(Class<?>) - Method in class co.aikar.commands.CommandContexts
-
- getResolver() - Method in class co.aikar.commands.CommandParameter
-
- getRootCause(Throwable) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Introspects the Throwable to obtain the root cause.
- getRootCommand(String) - Method in class co.aikar.commands.CommandManager
-
- getSearch() - Method in class co.aikar.commands.CommandHelp
-
- getSearchScore() - Method in class co.aikar.commands.HelpEntry
-
- getSearchTags() - Method in class co.aikar.commands.HelpEntry
-
- getSelectedEntry() - Method in class co.aikar.commands.CommandHelp
-
- getStackTrace(Throwable) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Gets the stack trace from a Throwable as a String.
- getSubCommands() - Method in interface co.aikar.commands.RootCommand
-
- getSupportedLanguages() - Method in class co.aikar.commands.CommandManager
-
Gets a list of all currently supported languages for this manager.
- getSyntax() - Method in class co.aikar.commands.CommandParameter
-
- getSyntaxText() - Method in class co.aikar.commands.RegisteredCommand
-
- getTabCompletions(CommandIssuer, String, String[]) - Method in interface co.aikar.commands.RootCommand
-
- getTabCompletions(CommandIssuer, String, String[], boolean) - Method in interface co.aikar.commands.RootCommand
-
- getTabCompletions(CommandIssuer, String, String[], boolean, boolean) - Method in interface co.aikar.commands.RootCommand
-
- getThrowable(int) - Method in interface co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil.Nestable
-
Returns the Throwable in the chain of
Throwables at the specified index, numbered from 0.
- getThrowableCount(Throwable) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Counts the number of Throwable objects in the
exception chain.
- getThrowableCount() - Method in interface co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil.Nestable
-
Returns the number of nested Throwables represented by
this Nestable, including this Nestable.
- getThrowableList(Throwable) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Returns the list of Throwable objects in the
exception chain.
- getThrowables(Throwable) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Returns the list of Throwable objects in the
exception chain.
- getThrowables() - Method in interface co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil.Nestable
-
Returns this Nestable and any nested Throwables
in an array of Throwables, one element for each
Throwable.
- getTotalPages() - Method in class co.aikar.commands.CommandHelp
-
- getTotalResults() - Method in class co.aikar.commands.CommandHelp
-
- getType() - Method in class co.aikar.commands.CommandParameter
-
- getUniqueId() - Method in interface co.aikar.commands.CommandIssuer
-
- getUniquePermission() - Method in interface co.aikar.commands.RootCommand
-
- getUsage() - Method in interface co.aikar.commands.RootCommand
-
- getValues() - Method in class co.aikar.commands.CommandParameter
-
- GREEK - Static variable in class co.aikar.commands.Locales
-
- INDEX_NOT_FOUND - Static variable in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
The index value when an element is not found in a list or array: -1.
- indexOf(String, String[]) - Static method in class co.aikar.commands.ACFUtil
-
- indexOf(Object[], Object) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Finds the index of the given object in the array.
- indexOf(Object[], Object, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Finds the index of the given object in the array starting at the given index.
- indexOfThrowable(Throwable, Class) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Returns the (zero based) index of the first Throwable
that matches the specified class (exactly) in the exception chain.
- indexOfThrowable(Throwable, Class, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Returns the (zero based) index of the first Throwable
that matches the specified type in the exception chain from
a specified index.
- indexOfThrowable(Class) - Method in interface co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil.Nestable
-
Returns the index, numbered from 0, of the first occurrence of the
specified type, or a subclass, in the chain of Throwables.
- indexOfThrowable(Class, int) - Method in interface co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil.Nestable
-
Returns the index, numbered from 0, of the first Throwable
that matches the specified type, or a subclass, in the chain of Throwables
with an index greater than or equal to the specified index.
- indexOfType(Throwable, Class) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Returns the (zero based) index of the first Throwable
that matches the specified class or subclass in the exception chain.
- indexOfType(Throwable, Class, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Returns the (zero based) index of the first Throwable
that matches the specified type in the exception chain from
a specified index.
- INFO - Static variable in class co.aikar.commands.MessageType
-
- intersection(Collection<T>, Collection<T>) - Static method in class co.aikar.commands.ACFUtil
-
- intToRoman(int) - Static method in class co.aikar.commands.ACFUtil
-
- InvalidCommandArgument - Exception in co.aikar.commands
-
- InvalidCommandArgument() - Constructor for exception co.aikar.commands.InvalidCommandArgument
-
- InvalidCommandArgument(boolean) - Constructor for exception co.aikar.commands.InvalidCommandArgument
-
- InvalidCommandArgument(MessageKeyProvider, String...) - Constructor for exception co.aikar.commands.InvalidCommandArgument
-
- InvalidCommandArgument(MessageKey, String...) - Constructor for exception co.aikar.commands.InvalidCommandArgument
-
- InvalidCommandArgument(MessageKeyProvider, boolean, String...) - Constructor for exception co.aikar.commands.InvalidCommandArgument
-
- InvalidCommandArgument(MessageKey, boolean, String...) - Constructor for exception co.aikar.commands.InvalidCommandArgument
-
- InvalidCommandArgument(String) - Constructor for exception co.aikar.commands.InvalidCommandArgument
-
- InvalidCommandArgument(String, boolean) - Constructor for exception co.aikar.commands.InvalidCommandArgument
-
- InvalidCommandContextException - Exception in co.aikar.commands
-
- isAsync() - Method in class co.aikar.commands.CommandCompletionContext
-
- isAsync() - Method in class co.aikar.commands.CommandOperationContext
-
- isBetween(float, double, double) - Static method in class co.aikar.commands.ACFUtil
-
- isCauseMethodName(String) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Tests if the list of method names used in the search for Throwable
objects include the given name.
- isCommandIssuer(Class<?>) - Method in class co.aikar.commands.CommandManager
-
- isCommandIssuer() - Method in class co.aikar.commands.CommandParameter
-
- isDelimiter(char, char[]) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Is the character a delimiter.
- isDouble(String) - Static method in class co.aikar.commands.ACFUtil
-
- isExactMatch(String) - Method in class co.aikar.commands.CommandHelp
-
- isFloat(String) - Static method in class co.aikar.commands.ACFUtil
-
- isInteger(String) - Static method in class co.aikar.commands.ACFUtil
-
- isLastArg() - Method in class co.aikar.commands.CommandExecutionContext
-
- isLastPage() - Method in class co.aikar.commands.CommandHelp
-
- isLoggingUnhandledExceptions() - Method in class co.aikar.commands.CommandManager
-
- isNestedThrowable(Throwable) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Checks whether this Throwable class can store a cause.
- isNumber(String) - Static method in class co.aikar.commands.ACFUtil
-
- isNumeric(CharSequence) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Checks if the CharSequence contains only Unicode digits.
- isOptional() - Method in class co.aikar.commands.CommandExecutionContext
-
- isOptional() - Method in class co.aikar.commands.CommandParameter
-
- isOptionalResolver() - Method in class co.aikar.commands.CommandParameter
-
- isPlayer() - Method in interface co.aikar.commands.CommandIssuer
-
Is this issue a player, or server/console sender
- isPrivate() - Method in class co.aikar.commands.RegisteredCommand
-
- issuer - Variable in class co.aikar.commands.CommandCompletionContext
-
- issuer - Variable in class co.aikar.commands.CommandExecutionContext
-
- IssuerAwareContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> - Interface in co.aikar.commands.contexts
-
- IssuerLocaleChangedCallback<I extends CommandIssuer> - Interface in co.aikar.commands
-
- IssuerOnlyContextResolver<T,C extends CommandExecutionContext<?,? extends CommandIssuer>> - Interface in co.aikar.commands.contexts
-
A context resolver that will never consume input, and only resolves using the context of the issuer of the command
- issuersLocale - Variable in class co.aikar.commands.CommandManager
-
- isThrowableNested() - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Checks if the Throwable class has a getCause method.
- isTruthy(String) - Static method in class co.aikar.commands.ACFUtil
-
- ITALIAN - Static variable in class co.aikar.commands.Locales
-
- JAPANESE - Static variable in class co.aikar.commands.Locales
-
- join(Collection<String>) - Static method in class co.aikar.commands.ACFUtil
-
- join(Collection<String>, String) - Static method in class co.aikar.commands.ACFUtil
-
- join(String[]) - Static method in class co.aikar.commands.ACFUtil
-
- join(String[], String) - Static method in class co.aikar.commands.ACFUtil
-
- join(String[], char) - Static method in class co.aikar.commands.ACFUtil
-
- join(String[], int) - Static method in class co.aikar.commands.ACFUtil
-
- join(String[], int, char) - Static method in class co.aikar.commands.ACFUtil
-
- join(T...) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String
containing the provided list of elements.
- join(Object[], char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String
containing the provided list of elements.
- join(long[], char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(int[], char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(short[], char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(byte[], char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(char[], char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(float[], char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(double[], char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(Object[], char, int, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String
containing the provided list of elements.
- join(long[], char, int, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(int[], char, int, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(byte[], char, int, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(short[], char, int, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(char[], char, int, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(double[], char, int, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(float[], char, int, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String containing the provided list of elements.
- join(Object[], String) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String
containing the provided list of elements.
- join(Object[], String, int, int) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided array into a single String
containing the provided list of elements.
- join(Iterator<?>, char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided Iterator into
a single String containing the provided elements.
- join(Iterator<?>, String) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided Iterator into
a single String containing the provided elements.
- join(Iterable<?>, char) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided Iterable into
a single String containing the provided elements.
- join(Iterable<?>, String) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsLangUtil
-
Joins the elements of the provided Iterable into
a single String containing the provided elements.
- joinArgs() - Method in class co.aikar.commands.CommandExecutionContext
-
- joinArgs(String) - Method in class co.aikar.commands.CommandExecutionContext
-
- rand(int, int) - Static method in class co.aikar.commands.ACFUtil
-
- rand(int, int, int, int) - Static method in class co.aikar.commands.ACFUtil
-
Calculate random between 2 points, excluding a center
ex: Util.rand(-12, -6, 6, 12) would not return -5 to 5
- rand(double, double) - Static method in class co.aikar.commands.ACFUtil
-
- randBool() - Static method in class co.aikar.commands.ACFUtil
-
- RANDOM - Static variable in class co.aikar.commands.ACFUtil
-
- random(List<T>) - Static method in class co.aikar.commands.ACFUtil
-
- random(T[]) - Static method in class co.aikar.commands.ACFUtil
-
- random(Class<? extends T>) - Static method in class co.aikar.commands.ACFUtil
-
Deprecated.
- registerAsyncCompletion(String, CommandCompletions.AsyncCommandCompletionHandler<C>) - Method in class co.aikar.commands.CommandCompletions
-
Registr a completion handler to provide command completions based on the user input.
- registerCommand(BaseCommand) - Method in class co.aikar.commands.CommandManager
-
Registers a command with ACF
- registerCompletion(String, CommandCompletions.CommandCompletionHandler<C>) - Method in class co.aikar.commands.CommandCompletions
-
Registr a completion handler to provide command completions based on the user input.
- registerContext(Class<T>, ContextResolver<T, R>) - Method in class co.aikar.commands.CommandContexts
-
Registers a context that requires input from the command issuer to resolve.
- registerDependency(Class<? extends T>, T) - Method in class co.aikar.commands.CommandManager
-
Registers an instance of a class to be registered as an injectable dependency.
The command manager will attempt to inject all fields in a command class that are annotated with
Dependency with the provided instance.
- registerDependency(Class<? extends T>, String, T) - Method in class co.aikar.commands.CommandManager
-
Registers an instance of a class to be registered as an injectable dependency.
The command manager will attempt to inject all fields in a command class that are annotated with
Dependency with the provided instance.
- RegisteredCommand<CEC extends CommandExecutionContext<CEC,? extends CommandIssuer>> - Class in co.aikar.commands
-
- registerIssuerAwareContext(Class<T>, IssuerAwareContextResolver<T, R>) - Method in class co.aikar.commands.CommandContexts
-
Registers a context resolver that may conditionally consume input, falling back to using the context of the
issuer to potentially fulfill this context.
- registerIssuerOnlyContext(Class<T>, IssuerOnlyContextResolver<T, R>) - Method in class co.aikar.commands.CommandContexts
-
Registers a context resolver that will never consume input.
- registerOptionalContext(Class<T>, OptionalContextResolver<T, R>) - Method in class co.aikar.commands.CommandContexts
-
Registers a context that can safely accept a null input from the command issuer to resolve.
- registerSenderAwareContext(Class<T>, IssuerAwareContextResolver<T, R>) - Method in class co.aikar.commands.CommandContexts
-
- registerStaticCompletion(String, String) - Method in class co.aikar.commands.CommandCompletions
-
Register a static list of command completions that will never change.
- registerStaticCompletion(String, String[]) - Method in class co.aikar.commands.CommandCompletions
-
Register a static list of command completions that will never change
- registerStaticCompletion(String, Supplier<Collection<String>>) - Method in class co.aikar.commands.CommandCompletions
-
Register a static list of command completions that will never change.
- registerStaticCompletion(String, Collection<String>) - Method in class co.aikar.commands.CommandCompletions
-
Register a static list of command completions that will never change
- removeCauseMethodName(String) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Removes from the list of method names used in the search for Throwable
objects.
- removeCommonFrames(List, List) - Static method in class co.aikar.commands.apachecommonslang.ApacheCommonsExceptionUtil
-
Removes common frames from the cause trace given the two stack traces.
- replace(String, Pattern, String) - Static method in class co.aikar.commands.ACFUtil
-
Plain string replacement, escapes replace value.
- replace(String, String, String) - Static method in class co.aikar.commands.ACFUtil
-
Plain String replacement.
- replace(String) - Method in class co.aikar.commands.CommandReplacements
-
- replaceI18NStrings(String) - Method in class co.aikar.commands.Locales
-
- replacements - Variable in class co.aikar.commands.CommandManager
-
- replacePattern(String, Pattern, String) - Static method in class co.aikar.commands.ACFUtil
-
- replacePattern(String, String, String) - Static method in class co.aikar.commands.ACFUtil
-
- replacePatternMatch(String, Pattern, String) - Static method in class co.aikar.commands.ACFUtil
-
Pure Regex Pattern matching and replacement, no escaping
- replacePatternMatch(String, String, String) - Static method in class co.aikar.commands.ACFUtil
-
Pure Regex Pattern matching and replacement, no escaping
- replacePatterns(String, String...) - Static method in class co.aikar.commands.ACFUtil
-
- replaceStrings(String, String...) - Static method in class co.aikar.commands.ACFUtil
-
- requiresInput() - Method in class co.aikar.commands.CommandParameter
-
- requiresPermission(String) - Method in class co.aikar.commands.BaseCommand
-
- requiresPermission(String) - Method in class co.aikar.commands.ForwardingCommand
-
- requiresPermission(String) - Method in class co.aikar.commands.RegisteredCommand
-
- ROMANIAN - Static variable in class co.aikar.commands.Locales
-
- RootCommand - Interface in co.aikar.commands
-
- rootCommands - Variable in class co.aikar.commands.CommandManager
-
- round(double, int) - Static method in class co.aikar.commands.ACFUtil
-
- roundUp(int, int) - Static method in class co.aikar.commands.ACFUtil
-
- rtrim(String) - Static method in class co.aikar.commands.ACFUtil
-
- RUSSIAN - Static variable in class co.aikar.commands.Locales
-