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

The annotation to represent the aliases for a given base command. More...

Public Member Functions

String[] value ()
 The list of aliases to apply to the base command. More...
 

Detailed Description

The annotation to represent the aliases for a given base command.

Member Function Documentation

◆ value()

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

The list of aliases to apply to the base command.

Returns
the list of aliases to apply to the base command