public static interface CommandMeta.Builder
CommandMetas.| Modifier and Type | Method and Description |
|---|---|
CommandMeta.Builder |
aliases(String... aliases)
Specifies additional aliases that can be used to execute the command.
|
CommandMeta |
build()
Returns a newly-created
CommandMeta based on the specified parameters. |
CommandMeta.Builder |
hint(com.mojang.brigadier.tree.CommandNode<CommandSource> node)
Specifies a command node providing additional argument metadata and
tab-complete suggestions.
|
CommandMeta.Builder aliases(String... aliases)
aliases - the command aliasesCommandMeta.Builder hint(com.mojang.brigadier.tree.CommandNode<CommandSource> node)
node - the command nodeCommandMeta build()
CommandMeta based on the specified parameters.CommandMeta