Skip to content

Namespace Void.Proxy.Api.Commands

Interfaces

ICommandDispatcher

Manages the Brigadier command tree by registering top-level command nodes. The concrete implementation is CommandDispatcher, which roots all nodes under a single RootCommandNode.

ICommandNode

Represents a node in the command tree used by the proxy command APIs.

ICommandService

Provides access to command dispatching and execution operations.

ICommandSource

Represents an object that can act as the source of command execution and command completion requests.

ICommandSuggestion

Describes a completion that can replace part of a command input.

Enums

CommandExecutionResult

Describes the outcome of a command dispatched through .