CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
The annotation which includes information about the help for a command. More...
Public Member Functions | |
String | value () |
The full description for this command's help. More... | |
String | shortDescription () default "" |
The short description for this command's help. More... | |
The annotation which includes information about the help for a command.
String dev.jorel.commandapi.annotations.Help.shortDescription | ( | ) |
The short description for this command's help.
String dev.jorel.commandapi.annotations.Help.value | ( | ) |
The full description for this command's help.