Uses of Class
dev.jorel.commandapi.arguments.CommandArgument
Packages that use CommandArgument
-
Uses of CommandArgument in dev.jorel.commandapi.arguments
Methods in dev.jorel.commandapi.arguments that return CommandArgumentModifier and TypeMethodDescriptionCommandArgument.replaceSuggestions(ArgumentSuggestions<org.bukkit.command.CommandSender> suggestions) Replaces the default command suggestions provided by the server with custom suggestions for each argument in the command, starting with the command's name.final CommandArgumentCommandArgument.replaceSuggestions(ArgumentSuggestions<org.bukkit.command.CommandSender>... suggestions) Replaces the default command suggestions provided by the server with custom suggestions for each argument in the command, starting with the command's name.