public interface CommandMapping
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAllAliases()
Get a list of all aliases.
|
CommandCallable |
getCallable()
Get the callable
|
Description |
getDescription()
Get the
Description form the callable. |
java.lang.String |
getPrimaryAlias()
Get the primary alias.
|
java.lang.String getPrimaryAlias()
java.lang.String[] getAllAliases()
CommandCallable getCallable()
Description getDescription()
Description
form the callable.