Uses of Class
tech.xigam.cch.utils.Argument
Packages that use Argument
-
Uses of Argument in tech.xigam.cch.command
Methods in tech.xigam.cch.command that return types with arguments of type Argument -
Uses of Argument in tech.xigam.cch.defaults
Methods in tech.xigam.cch.defaults that return types with arguments of type Argument -
Uses of Argument in tech.xigam.cch.utils
Methods in tech.xigam.cch.utils that return ArgumentModifier and TypeMethodDescriptionstatic ArgumentArgument.create(String label, String description, String reference, net.dv8tion.jda.api.interactions.commands.OptionType type, boolean required, int positionInArguments) static ArgumentArgument.createTrailingArgument(String label, String description, String reference, net.dv8tion.jda.api.interactions.commands.OptionType type, boolean required, int positionInArguments) static ArgumentArgument.createWithChoices(String label, String description, String reference, net.dv8tion.jda.api.interactions.commands.OptionType type, boolean required, int positionInArguments, String... choices) Argument.range(int min, int max) Methods in tech.xigam.cch.utils with parameters of type Argument