Uses of Interface
com.velocitypowered.api.command.CommandMeta.Builder
Packages that use CommandMeta.Builder
-
Uses of CommandMeta.Builder in com.velocitypowered.api.command
Methods in com.velocitypowered.api.command that return CommandMeta.BuilderModifier and TypeMethodDescriptionSpecifies additional aliases that can be used to execute the command.CommandMeta.Builder.hint
(com.mojang.brigadier.tree.CommandNode<CommandSource> node) Specifies a command node providing additional argument metadata and tab-complete suggestions.CommandManager.metaBuilder
(BrigadierCommand command) Returns a builder to create aCommandMeta
for the given Brigadier command.CommandManager.metaBuilder
(String alias) Returns a builder to create aCommandMeta
with the given alias.Specifies the plugin who registers theCommand
.