Uses of Interface
com.velocitypowered.api.command.Command
Packages that use Command
-
Uses of Command in com.velocitypowered.api.command
Subinterfaces of Command in com.velocitypowered.api.commandModifier and TypeInterfaceDescriptioninterface
InvocableCommand<I extends CommandInvocation<?>>
A command that can be executed with arbitrary arguments.interface
A specialized sub-interface ofCommand
which indicates the proxy should pass the command and its arguments directly without further processing.interface
A simple command, modelled after the convention popularized by Bukkit and BungeeCord.Classes in com.velocitypowered.api.command that implement CommandModifier and TypeClassDescriptionfinal class
A command that uses Brigadier for parsing the command and providing suggestions to the client.Methods in com.velocitypowered.api.command with parameters of type Command
CommandManager.register(CommandMeta, Command)
instead with a plugin specified