Interface SuggestionContext<S extends Source>

Type Parameters:
S - the command-source
All Superinterfaces:
Context<S>

public interface SuggestionContext<S extends Source> extends Context<S>
Represents the context for auto-completion while providing suggestions
  • Method Details

    • getArgToComplete

      @NotNull @NotNull CompletionArg getArgToComplete()
      Returns:
      The info about the argument being completed