Namespace Void.Proxy.Api.Commands
Interfaces
Manages the Brigadier command tree by registering top-level command nodes.
The concrete implementation is CommandDispatcher, which roots all nodes under a single RootCommandNode.
Represents a node in the command tree used by the proxy command APIs.
Provides access to command dispatching and execution operations.
Represents an object that can act as the source of command execution and command completion requests.
Describes a completion that can replace part of a command input.
Enums
Describes the outcome of a command dispatched through