Arguments
Command argument declaration and options.
By default, the library adds many argument types.
#Common:
short
/Short
int
/Integer
long
/Long
float
/Float
double
/Double
boolean
/Boolean
String
Enums
- Any type of enums, for exampleMaterial
.
Additionally, each platform also adds a few default types.
#Bukkit:
Material
- UsesmatchMaterial
instead ofvalueOf
by overriding default enum behavior.Player
World
#JDA:
User
Member
TextChannel
VoiceChannel
Role