Uses of Class
com.github.kaktushose.jda.commands.dispatching.reply.ConfigurableReply
Package
Description
Abstract event classes that build the foundation for specific event implementations.
Classes for sending bot messages.
-
Uses of ConfigurableReply in com.github.kaktushose.jda.commands.dispatching.events
Modifier and TypeMethodDescription@NotNull ConfigurableReply
ReplyableEvent.with()
Entry point for configuring a reply. -
Uses of ConfigurableReply in com.github.kaktushose.jda.commands.dispatching.reply
Modifier and TypeClassDescriptionfinal class
Subtype ofConfigurableReply
that allows replying only with a name without a message.Modifier and TypeMethodDescription@NotNull ConfigurableReply
ConfigurableReply.editReply
(boolean editReply) Whether to keep the original components when editing a message.@NotNull ConfigurableReply
ConfigurableReply.ephemeral
(boolean ephemeral) Whether to send ephemeral replies.@NotNull ConfigurableReply
ConfigurableReply.keepComponents
(boolean keepComponents) Whether to edit the original message or to send a new one.ModifierConstructorDescriptionComponentReply
(@NotNull ConfigurableReply reply) Constructs a new ComponentReply.ConfigurableReply
(@NotNull ConfigurableReply reply) Constructs a new ConfigurableReply.