Skip to main content

Module brigadier

Module brigadier 

Source
Expand description

Brigadier-compatible command parsing primitives adapted from Brigadier 1.3.10.

Modulesยง

argument ๐Ÿ”’
Built-in Brigadier argument parsing.
builder ๐Ÿ”’
Command node builders.
context ๐Ÿ”’
Branch-local command parse state.
context_chain ๐Ÿ”’
Immutable Brigadier redirect and execution stages.
dispatcher ๐Ÿ”’
Dispatcher-owned command node arena.
error ๐Ÿ”’
Command parsing errors.
node ๐Ÿ”’
Command graph nodes and registration errors.
reader ๐Ÿ”’
Cursor-based command input reader.
runtime ๐Ÿ”’
Opaque command behavior payloads stored by the Brigadier graph.
string_range ๐Ÿ”’
UTF-16 command input ranges.
suggestion ๐Ÿ”’
Command completion suggestions and UTF-16 replacement ranges.