All Classes
-
All Classes Class Summary Annotation Types Summary Class Description AnnotationParser<C> Parser that parses class instancescommandsArgument Annotation used to indicate that a method parameter is a command argumentCommandDescription Maps toStandardParameters.DESCRIPTIONCommandMethod Used to declare a class method as a command methodCommandPermission Equivalent toCommand.Builder.permission(String)Confirmation Require confirmation for the commandFlag Indicates that the parameter should be treated like aCommandFlag.Hidden Indicates that the command should be hidden.MethodArgumentParser<C,T> Represents a method annotated withParserMethodSuggestionsProvider<C> Represents a method annotated withSuggestionsParser This annotation allows you to create annotated methods that behave like argument parsers.ProxiedBy Creates a command proxy for the command.RawArgs Used to injectCommandContext.getRawInput()into aCommandMethodRegex Annotation version of addingRegexPreprocessoras a preprocessor usingCommandArgument.addPreprocessor(BiFunction)Suggestions This annotation allows you to create annotated methods that behave like suggestions providers.