Package org.incendo.cloud.brigadier
package org.incendo.cloud.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.
-
ClassDescriptionInterface implemented by
command managersthat are capable of registering commands to Brigadier usingCloudBrigadierManager.Exception thrown whenBrigadierManagerHolder.brigadierManager()is called andBrigadierManagerHolder.hasBrigadierManager()isfalse.Configurable options that determine howCloudBrigadierManagerbehaves.BrigadierCommandimplementation that delegates to cloud.Manager used to map cloudCommand