Uses of Class
tech.xigam.cch.utils.Interaction
Packages that use Interaction
Package
Description
-
Uses of Interaction in tech.xigam.cch
Fields in tech.xigam.cch with type parameters of type Interaction -
Uses of Interaction in tech.xigam.cch.command
Methods in tech.xigam.cch.command with parameters of type InteractionModifier and TypeMethodDescriptionvoidAlias.execute(Interaction interaction) voidBaseCommand.execute(Interaction interaction) -
Uses of Interaction in tech.xigam.cch.defaults
Methods in tech.xigam.cch.defaults with parameters of type InteractionModifier and TypeMethodDescriptionvoidDeployCommand.execute(Interaction interaction) protected abstract booleanDeployCommand.permissionCheck(Interaction interaction) -
Uses of Interaction in tech.xigam.cch.utils
Methods in tech.xigam.cch.utils that return InteractionModifier and TypeMethodDescriptionInteraction.addButtons(net.dv8tion.jda.api.interactions.components.buttons.Button... buttons) Interaction.addSelectMenu(net.dv8tion.jda.api.interactions.components.selections.SelectMenu menu) Interaction.sendMessage(String message) Interaction.sendMessage(net.dv8tion.jda.api.entities.MessageEmbed message) Interaction.setEphemeral()Interaction.setEphemeral(boolean sendToDMs) Method parameters in tech.xigam.cch.utils with type arguments of type InteractionModifier and TypeMethodDescriptionvoidInteraction.execute(Consumer<Interaction> consumer, long after, TimeUnit timeUnit)