Class FilteringCommandSuggestionProcessor<C>

java.lang.Object
cloud.commandframework.execution.FilteringCommandSuggestionProcessor<C>
Type Parameters:
C - Command sender type
All Implemented Interfaces:
CommandSuggestionProcessor<C>, BiFunction<@NonNull CommandPreprocessingContext<C>,@NonNull List<String>,@NonNull List<String>>

@API(status=STABLE) public final class FilteringCommandSuggestionProcessor<C> extends Object implements CommandSuggestionProcessor<C>
Command suggestion processor that checks the input queue head and filters based on that