Uses of Interface
com.dianxin.tori.api.commands.CommandReplyConfig
Packages that use CommandReplyConfig
Package
Description
-
Uses of CommandReplyConfig in com.dianxin.tori.api.commands
Classes in com.dianxin.tori.api.commands that implement CommandReplyConfigMethods in com.dianxin.tori.api.commands with parameters of type CommandReplyConfigModifier and TypeMethodDescriptionCommandRegistrar.setReplyConfig(CommandReplyConfig config) Sets the custom reply configuration for command interactions.TextCommandRegistrar.setReplyConfig(CommandReplyConfig config) Sets the reply configuration for permission denials. -
Uses of CommandReplyConfig in com.dianxin.tori.api.commands.messagecontext
Methods in com.dianxin.tori.api.commands.messagecontext with parameters of type CommandReplyConfigModifier and TypeMethodDescriptionfinal voidBaseMessageContextMenu.handle(net.dv8tion.jda.api.events.interaction.command.MessageContextInteractionEvent event, CommandReplyConfig replyConfig) Handles the lifecycle and validation of the message context menu execution.voidIMessageContextMenu.handle(net.dv8tion.jda.api.events.interaction.command.MessageContextInteractionEvent event, CommandReplyConfig replyConfig) Handles the incoming message context menu interaction.final voidModernBaseMessageContextMenu.handle(net.dv8tion.jda.api.events.interaction.command.MessageContextInteractionEvent event, CommandReplyConfig replyConfig) Handles the lifecycle and validation of the message context menu execution. -
Uses of CommandReplyConfig in com.dianxin.tori.api.commands.slash
Methods in com.dianxin.tori.api.commands.slash with parameters of type CommandReplyConfigModifier and TypeMethodDescriptionfinal voidBaseCommand.handle(net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent event, CommandReplyConfig replyConfig) Handles the lifecycle and validation of the command execution.voidISlashCommand.handle(net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent event, CommandReplyConfig replyConfig) Handles the incoming slash command interaction.final voidModernBaseCommand.handle(net.dv8tion.jda.api.events.interaction.command.SlashCommandInteractionEvent event, CommandReplyConfig replyConfig) Handles the lifecycle and validation of the command execution. -
Uses of CommandReplyConfig in com.dianxin.tori.api.commands.text
Methods in com.dianxin.tori.api.commands.text with parameters of type CommandReplyConfigModifier and TypeMethodDescriptionvoidBaseTextCommand.handle(net.dv8tion.jda.api.events.message.MessageReceivedEvent event, String[] args, CommandReplyConfig replyConfig) voidITextCommand.handle(net.dv8tion.jda.api.events.message.MessageReceivedEvent event, String[] args, CommandReplyConfig replyConfig) Handles the incoming text command interaction.final voidModernBaseTextCommand.handle(net.dv8tion.jda.api.events.message.MessageReceivedEvent event, String[] args, CommandReplyConfig replyConfig) -
Uses of CommandReplyConfig in com.dianxin.tori.api.commands.usercontext
Methods in com.dianxin.tori.api.commands.usercontext with parameters of type CommandReplyConfigModifier and TypeMethodDescriptionfinal voidBaseUserContextMenu.handle(net.dv8tion.jda.api.events.interaction.command.UserContextInteractionEvent event, CommandReplyConfig replyConfig) Handles the lifecycle and validation of the user context menu execution.voidIUserContextMenu.handle(net.dv8tion.jda.api.events.interaction.command.UserContextInteractionEvent event, CommandReplyConfig replyConfig) Handles the incoming user context menu interaction.final voidModernBaseUserContextMenu.handle(net.dv8tion.jda.api.events.interaction.command.UserContextInteractionEvent event, CommandReplyConfig replyConfig) Handles the lifecycle and validation of the user context menu execution.