@CompileStatic class CommandArgument extends Object
Represents argument to a command
Type | Name and description |
---|---|
String |
aliases The aliases of the argument |
String |
banner The banner of the argument |
String |
description The description of the argument |
String |
name The name of the argument |
boolean |
required Whether the argument is required or not |
String |
target The string argument this argument translates into |
String |
type The type of the argument |
Constructor and description |
---|
CommandArgument() |
The aliases of the argument
The banner of the argument
The description of the argument
The name of the argument
Whether the argument is required or not
The string argument this argument translates into
The type of the argument