Class CommandCompletionProviders
java.lang.Object
org.spongepowered.api.command.registrar.tree.CommandCompletionProviders
The
completion providers
available to raw
command providers.-
Field Summary
Modifier and TypeFieldDescriptionstatic final DefaultedRegistryReference
<CommandCompletionProvider> Instructs the node represented by aCommandTreeNode
to display all knownrecipes
.static final DefaultedRegistryReference
<CommandCompletionProvider> Instructs the node represented by aCommandTreeNode
to display all knownsounds
.static final DefaultedRegistryReference
<CommandCompletionProvider> Instructs the node represented by aCommandTreeNode
to display all knownentities
that may be summoned using the vanilla/summon
command. -
Method Summary
-
Field Details
-
ALL_RECIPES
Instructs the node represented by aCommandTreeNode
to display all knownrecipes
.This provider is intended for use with a
ResourceKey
parser. -
AVAILABLE_SOUNDS
Instructs the node represented by aCommandTreeNode
to display all knownsounds
.This provider is intended for use with a
ResourceKey
parser. -
SUMMONABLE_ENTITIES
Instructs the node represented by aCommandTreeNode
to display all knownentities
that may be summoned using the vanilla/summon
command.This provider is intended for use with
CommandTreeNodeTypes.RESOURCE_LOCATION
-
-
Method Details
-
registry
-