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

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...
 

Detailed Description

The annotation which includes information about the help for a command.

Member Function Documentation

◆ shortDescription()

String dev.jorel.commandapi.annotations.Help.shortDescription ( )

The short description for this command's help.

Returns
the short description for this command's help

◆ value()

String dev.jorel.commandapi.annotations.Help.value ( )

The full description for this command's help.

Returns
the full description for this command's help