Skip to content

Namespace Void.Minecraft.Commands.Brigadier.Builder

Classes

ArgumentBuilder<TBuilder, TNode>

Provides fluent, strongly typed operations for a command-node builder.

ArgumentBuilder

Provides executor, requirement, child, and redirect configuration shared by command-node builders.

LiteralArgumentBuilder

Builds a command node that matches a fixed literal.

PassthroughArgumentBuilder

Builds an argument node that preserves opaque protocol parser properties.

RequiredArgumentBuilder

Builds a named, parsed argument command node.

Interfaces

IArgumentBuilder<TNode>

Builds a command-tree node.