All Classes and Interfaces

Class
Description
 
Interface implemented by command managers that are capable of registering commands to Brigadier using CloudBrigadierManager.
 
A builder for a mapping between a Cloud parser and a Brigadier ArgumentType
 
Contributes mappings to the CloudBrigadierManager.
 
BrigadierNodeFactory<C,S,N extends com.mojang.brigadier.tree.CommandNode<S>>
 
 
 
Configurable options that determine how CloudBrigadierManager behaves.
Produces Brigadier suggestions by invoking the Cloud suggestion provider.
 
Brigadier Command implementation that delegates to cloud.
Manager used to map cloud Command
Brigadier suggestion provider that delegates to Cloud's suggestion provider.
 
Determines how suggestions are retrieved for an argument.
Suggestion that has an optional Brigadier message tooltip.
A wrapped argument parser adapting Brigadier argument types.
Function which can call ArgumentType.parse(StringReader) or another method.