Uses of Class
me.lauriichan.laylib.command.Suggestions
Packages that use Suggestions
-
Uses of Suggestions in me.lauriichan.laylib.command
Methods in me.lauriichan.laylib.command with parameters of type SuggestionsModifier and TypeMethodDescriptiondefault voidIArgumentType.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) -
Uses of Suggestions in me.lauriichan.laylib.command.argument
Methods in me.lauriichan.laylib.command.argument with parameters of type SuggestionsModifier and TypeMethodDescriptionvoidBooleanArgument.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) voidEnumArgument.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) voidNumberArgument.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map) voidStringArgument.suggest(Actor<?> actor, String input, Suggestions suggestions, IArgumentMap map)