Class StandardParameters
java.lang.Object
cloud.commandframework.arguments.parser.StandardParameters
Common parser parameters used when resolving types in the
ParserRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic ParserParameter<String[]>
Command completionsstatic ParserParameter<Boolean>
Command confirmationstatic ParserParameter<String>
Command descriptionstatic ParserParameter<Boolean>
Indicates that a string argument should be greedystatic ParserParameter<Boolean>
The command should be hidden from help menus, etcstatic ParserParameter<Boolean>
Indicates that a string argument should be quoted.static ParserParameter<Number>
Maximum value accepted by a numerical parserstatic ParserParameter<Number>
Minimum value accepted by a numerical parser -
Method Summary
-
Field Details
-
RANGE_MIN
Minimum value accepted by a numerical parser -
RANGE_MAX
Maximum value accepted by a numerical parser -
DESCRIPTION
Command description -
CONFIRMATION
Command confirmation -
COMPLETIONS
Command completions -
HIDDEN
The command should be hidden from help menus, etc -
GREEDY
Indicates that a string argument should be greedy -
QUOTED
Indicates that a string argument should be quoted.- Since:
- 1.5.0
-