- category() - Static method in class revxrsal.commands.jda.parameters.SnowflakeParameterTypes
-
Returns the ParameterType for parsing Category objects.
- channel() - Method in interface revxrsal.commands.jda.actor.SlashCommandActor
-
Returns the MessageChannel that this interaction ocurred in
- channel() - Method in exception revxrsal.commands.jda.exception.WrongChannelTypeException
-
Returns the channel supplied by the user
- channelType(Class<? extends Channel>) - Static method in class revxrsal.commands.jda.JDAUtils
-
Returns the ChannelType that corresponds to the given channel interface
- Choices - Annotation Type in revxrsal.commands.jda.annotation
-
Defines up to 25 predefined choices for this option.
- commandEvent() - Method in interface revxrsal.commands.jda.actor.SlashCommandActor
-
Returns this event as a SlashCommandInteractionEvent if it is from a
slash command, otherwise throws a IllegalArgumentException.
- commandEventOrNull() - Method in interface revxrsal.commands.jda.actor.SlashCommandActor
-
Returns this event as a SlashCommandInteractionEvent if it is from a
slash command, otherwise returns null.
- CommandPermission - Annotation Type in revxrsal.commands.jda.annotation
-
Annotation for specifying the required Permission for JDA slash
commands.
- commands() - Method in class revxrsal.commands.jda.slash.JDAParser
-
- create(SlashCommandInteractionEvent, Lamp<A>) - Method in interface revxrsal.commands.jda.actor.SlashActorFactory
-
Creates a new actor based on a user executing a slash command.
- create(CommandAutoCompleteInteractionEvent, Lamp<A>) - Method in interface revxrsal.commands.jda.actor.SlashActorFactory
-
Creates a new actor based on a user auto-completing a slash command.