Uses of Interface
com.github.kaktushose.jda.commands.dispatching.reply.Reply
Package
Description
Abstract event classes that build the foundation for specific event implementations.
Event classes that represent an interaction execution.
Classes for sending bot messages.
-
Uses of Reply in com.github.kaktushose.jda.commands.dispatching.events
Modifier and TypeClassDescriptionclass
ModalReplyableEvent<T extends GenericInteractionCreateEvent>
Subtype ofReplyableEvent
that also supports replying with aModal
.class
ReplyableEvent<T extends GenericInteractionCreateEvent>
Subtype ofEvent
that supports replying to theGenericInteractionCreateEvent
with text messages. -
Uses of Reply in com.github.kaktushose.jda.commands.dispatching.events.interactions
-
Uses of Reply in com.github.kaktushose.jda.commands.dispatching.reply
Modifier and TypeClassDescriptionfinal class
Subtype ofConfigurableReply
that allows replying only with a name without a message.class
Subtype ofMessageReply
that supports adding components to messages and changing theReplyConfig
.class
Simple builder for sending text messages based on aGenericInteractionCreateEvent
.