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

The annotation to indicate that this class is a command. More...

Public Member Functions

String value ()
 The name of the command that this class represents. More...
 

Detailed Description

The annotation to indicate that this class is a command.

Member Function Documentation

◆ value()

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

The name of the command that this class represents.

Returns
the name of the command that this class represents