Interface CommandCompletionProvider

All Superinterfaces:
ValueCompleter

@CatalogedBy(CommandCompletionProviders.class) public interface CommandCompletionProvider extends ValueCompleter
Used with CommandTreeNodeTypes, completion providers alter the standard completion behaviour of a CommandTreeNode, 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