Uses of Class
dev.jorel.commandapi.arguments.ListArgumentBuilder.ListArgumentBuilderSuggests
Packages that use ListArgumentBuilder.ListArgumentBuilderSuggests
-
Uses of ListArgumentBuilder.ListArgumentBuilderSuggests in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return ListArgumentBuilder.ListArgumentBuilderSuggestsModifier and TypeMethodDescriptionListArgumentBuilder.withList(Collection<T> list) Specifies the list to use to generate suggestions for the list argumentListArgumentBuilder.withList(Function<SuggestionInfo<org.bukkit.command.CommandSender>, Collection<T>> list) Specifies the list to use to generate suggestions for the list argumentListArgumentBuilder.withList(Supplier<Collection<T>> list) Specifies the list to use to generate suggestions for the list argumentSpecifies the list to use to generate suggestions for the list argument