Uses of Package
com.github.kaktushose.jda.commands.dispatching.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.
-
ClassDescriptionSubtype of
MessageReply
that supports adding components to messages and changing theReplyConfig
.Common interface for classes that support simple message replies toGenericInteractionCreateEvent
. -
ClassDescriptionCommon interface for classes that support simple message replies to
GenericInteractionCreateEvent
. -
ClassDescriptionRepresents a component, namely
Button
,StringSelectMenu
orEntitySelectMenu
, that should be added to a reply.Subtype ofConfigurableReply
that allows replying only with a name without a message.Subtype ofMessageReply
that supports adding components to messages and changing theReplyConfig
.Simple builder for sending text messages based on aGenericInteractionCreateEvent
.Common interface for classes that support simple message replies toGenericInteractionCreateEvent
.