Package net.orbyfied.j8.command
Class SuggestionAccumulator
java.lang.Object
net.orbyfied.j8.command.SuggestionAccumulator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpushFilter(BiPredicate<Context, String> predicate) pushPrefix(String s) pushSuffix(String s) protected abstract voidprotected abstract voidunsuggest0(String s) withContext(Context context)
-
Constructor Details
-
SuggestionAccumulator
public SuggestionAccumulator()
-
-
Method Details
-
withContext
-
suggest
-
suggest0
-
unsuggest0
-
pushFilter
-
popFilter
-
pushPrefix
-
popPrefix
-
pushSuffix
-
popSuffix
-