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 TypeInterfaceDescriptioninterfaceInvocableCommand<I extends CommandInvocation<?>>A command that can be executed with arbitrary arguments.interfaceA specialized sub-interface ofCommandwhich indicates the proxy should pass the command and its arguments directly without further processing.interfaceA simple command, modelled after the convention popularized by Bukkit and BungeeCord.Classes in com.velocitypowered.api.command that implement CommandModifier and TypeClassDescriptionfinal classA 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