Interface CommandCompletionProvider
-
- All Superinterfaces:
ValueCompleter
@CatalogedBy(CommandCompletionProviders.class) public interface CommandCompletionProvider extends ValueCompleter
Used withCommandTreeNodeTypes
, completion providers alter the standard completion behaviour of aCommandTreeNode
, usually without requiring a request to the server. They do not otherwise affect the parse-time behaviour of a parameter.
-
-
Method Summary
-
Methods inherited from interface org.spongepowered.api.command.parameter.managed.ValueCompleter
complete
-
-