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.