Interface SuggestionContext<S extends CommandSource>

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

public interface SuggestionContext<S extends CommandSource> extends CommandContext<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