Interface CommandSuggestionProcessor<C>

Type Parameters:
C - Command sender type
All Superinterfaces:
BiFunction<@NonNull CommandPreprocessingContext<C>,@NonNull List<String>,@NonNull List<String>>
All Known Implementing Classes:
FilteringCommandSuggestionProcessor

public interface CommandSuggestionProcessor<C> extends BiFunction<@NonNull CommandPreprocessingContext<C>,@NonNull List<String>,@NonNull List<String>>
Processor that formats command suggestions