Uses of Class
com.github.kaktushose.jda.commands.dispatching.events.Event
Package
Description
Abstract event classes that build the foundation for specific event implementations.
Event classes that represent an interaction execution.
-
Uses of Event 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 Event in com.github.kaktushose.jda.commands.dispatching.events.interactions