Class CommandCompletionProviders
java.lang.Object
org.spongepowered.api.command.registrar.tree.CommandCompletionProviders
The 
completion providers available to raw
 command providers.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final DefaultedRegistryReference<CommandCompletionProvider>Instructs the node represented by aCommandTreeNodeto display all knownrecipes.static final DefaultedRegistryReference<CommandCompletionProvider>Instructs the node represented by aCommandTreeNodeto display all knownsounds.static final DefaultedRegistryReference<CommandCompletionProvider>Instructs the node represented by aCommandTreeNodeto display all knownentitiesthat may be summoned using the vanilla/summoncommand.
- 
Method Summary
- 
Field Details- 
ALL_RECIPESInstructs the node represented by aCommandTreeNodeto display all knownrecipes.This provider is intended for use with a ResourceKeyparser.
- 
AVAILABLE_SOUNDSInstructs the node represented by aCommandTreeNodeto display all knownsounds.This provider is intended for use with a ResourceKeyparser.
- 
SUMMONABLE_ENTITIESInstructs the node represented by aCommandTreeNodeto display all knownentitiesthat may be summoned using the vanilla/summoncommand.This provider is intended for use with CommandTreeNodeTypes.ENTITY_SUMMON
 
- 
- 
Method Details- 
registry
 
-