Class CommandCompletionProviders
java.lang.Object
org.spongepowered.api.command.registrar.tree.CommandCompletionProviders
The
completion providers available to raw
command providers.-
Field Summary
FieldsModifier 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_RECIPES
Instructs the node represented by aCommandTreeNodeto display all knownrecipes.This provider is intended for use with a
ResourceKeyparser. -
AVAILABLE_SOUNDS
Instructs the node represented by aCommandTreeNodeto display all knownsounds.This provider is intended for use with a
ResourceKeyparser. -
SUMMONABLE_ENTITIES
Instructs the node represented by aCommandTreeNodeto display all knownentitiesthat may be summoned using the vanilla/summoncommand.This provider is intended for use with
CommandTreeNodeTypes.RESOURCE_LOCATION
-
-
Method Details
-
registry
-