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

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.

Enums

CommandExecutionResult

Describes the outcome of a command dispatched through .