Uses of Package
com.velocitypowered.api.command
Packages that use com.velocitypowered.api.command
Package
Description
Provides a command framework.
Provides an interface to interact with the proxy at a low level.
-
Classes in com.velocitypowered.api.command used by com.velocitypowered.api.commandClassDescriptionA command that uses Brigadier for parsing the command and providing suggestions to the client.Represents a command that can be executed by a
CommandSource
such as aPlayer
or the console.Provides information related to the possible execution of aCommand
.Contains metadata for aCommand
.Provides a fluent interface to createCommandMeta
s.The result of a command invocation attempt.Represents something that can be used to run aCommand
.A command that can be executed with arbitrary arguments.Represents an implementation of brigadier'sMessage
, providing support forComponent
messages. -
Classes in com.velocitypowered.api.command used by com.velocitypowered.api.event.commandClassDescriptionThe result of a command invocation attempt.Represents something that can be used to run a
Command
. -
Classes in com.velocitypowered.api.command used by com.velocitypowered.api.proxyClassDescriptionHandles the registration and execution of commands.Represents something that can be used to run a
Command
.