CommandAPI 9.3.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.annotations.Subcommand Interface Reference

The annotation to indicate that this method is a subcommand. More...

Public Member Functions

String[] value ()
 The names (and thus, aliases) of this subcommand. More...
 

Detailed Description

The annotation to indicate that this method is a subcommand.

Member Function Documentation

◆ value()

String[] dev.jorel.commandapi.annotations.Subcommand.value ( )

The names (and thus, aliases) of this subcommand.

Returns
the names that this subcommand produces