Namespace Void.Minecraft.Commands.Brigadier.ArgumentTypes
Namespaces
Void.Minecraft.Commands.Brigadier.ArgumentTypes.RegistryKey
Classes
Parses the case-insensitive Boolean tokens true and false.
Contains a parsed Boolean argument.
Parses double-precision values constrained to an inclusive range.
Contains a parsed double-precision floating-point argument.
Parses single-precision values constrained to an inclusive range.
Contains a parsed single-precision floating-point argument.
Parses signed 32-bit integers constrained to an inclusive range.
Contains a parsed signed 32-bit integer argument.
Constrains a numeric token to an inclusive 64-bit range.
Contains a parsed signed 64-bit integer argument.
Associates protocol-version serializer mappings with a passthrough argument value.
Parses one word, a quotable phrase, or the entire remaining input.
Contains a parsed string argument.
Interfaces
Marks either a parsed Brigadier argument type or a protocol-only passthrough argument.
Defines command argument parsing and completion behavior.
Marks a value produced by parsing a command argument.
Defines protocol argument metadata that can be serialized but cannot parse command input.
Enums
Specifies how a string argument consumes input.