public interface CommandMeta
Command.| Modifier and Type | Interface and Description |
|---|---|
static interface |
CommandMeta.Builder
Provides a fluent interface to create
CommandMetas. |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAliases()
Returns a non-empty collection containing the case-insensitive aliases
used to execute the command.
|
Collection<com.mojang.brigadier.tree.CommandNode<CommandSource>> |
getHints()
Returns a collection containing command nodes that provide additional
argument metadata and tab-complete suggestions.
|
Collection<String> getAliases()
Collection<com.mojang.brigadier.tree.CommandNode<CommandSource>> getHints()
Command implementations may not support hinting.