Skip to content

Namespace Void.Minecraft.Commands.Brigadier.Context

Classes

CommandContext

Contains the parsed nodes, arguments, source, and execution metadata for a command stage.

CommandContextBuilder

Accumulates parse results for one stage of a potentially redirected command.

ContextChain

Represents redirect modifiers followed by one executable command context.

ParsedArgument

Associates a parsed argument value with its input range.

ParsedCommandNode

Associates a matched command node with the input range it consumed.

StringRange

Represents a half-open character range in command input.

SuggestionContext

Identifies the parent node and replacement start used to build completions.

Interfaces

IParsedArgument

Exposes the typed value produced by an argument parser.

Enums

ContextChain.ContextChainStage

Identifies the operation performed by the current chain stage.