Package cloud.commandframework.brigadier
package cloud.commandframework.brigadier
Brigadier mappings.
For platform implementations using Brigadier, CloudBrigadierManager can map
Cloud command trees to Brigadier nodes.
To bridge Brigadier and Cloud argument types, an argument parser that wraps Brigadier argument types is available in
WrappedBrigadierParser. Other classes in that package allow constructing
Brigadier StringReader instances that can be used for efficient interoperability with
Brigadier.
-
ClassDescriptionThis interface is implemented by command managers capable of registering commands to Brigadier.BrigadierMappingBuilder<K extends cloud.commandframework.arguments.parser.ArgumentParser<?,
?>, S> A builder for a mapping between a Cloud parser and a BrigadierArgumentTypeBrigadierMappingBuilder.SuggestionProviderSupplier<K extends cloud.commandframework.arguments.parser.ArgumentParser<?,?>, S> Manager used to map cloudCommand