Package dev.jorel.commandapi.annotations
Annotation Interface Command
The annotation to indicate that this class is a command
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name of the command that this class represents- Returns:
- the name of the command that this class represents
-