Uses of Class
dev.jorel.commandapi.arguments.SuggestionsBranch
Packages that use SuggestionsBranch
-
Uses of SuggestionsBranch in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return SuggestionsBranchModifier and TypeMethodDescriptionfinal SuggestionsBranch<CommandSender>SuggestionsBranch.branch(SuggestionsBranch<CommandSender>... branches) Adds further branches to thisSuggestionsBranch.static <CommandSender>
SuggestionsBranch<CommandSender>SuggestionsBranch.suggest(ArgumentSuggestions<CommandSender>... suggestions) Creates aSuggestionsBranchstarting with the given suggestions.Methods in dev.jorel.commandapi.arguments with parameters of type SuggestionsBranchModifier and TypeMethodDescriptionfinal SuggestionsBranch<CommandSender>SuggestionsBranch.branch(SuggestionsBranch<CommandSender>... branches) Adds further branches to thisSuggestionsBranch.