Interface SuggestionProvider<C>

Type Parameters:
C - command sender type
All Known Subinterfaces:
BlockingSuggestionProvider<C>, BlockingSuggestionProvider.Strings<C>
All Known Implementing Classes:
BooleanParser, ByteParser, CommandFlagParser, DurationParser, EitherParser, EnumParser, IntegerParser, LiteralParser, LongParser, ShortParser
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@API(status=STABLE) @FunctionalInterface public interface SuggestionProvider<C>
Provider of suggestions