Interface SuggestionProvider<T,S extends CommandContext<T,?>>

All Known Implementing Classes:
NoSuggestionProvider

public interface SuggestionProvider<T,S extends CommandContext<T,?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    suggest(S context)
     
  • Method Details