Package com.github.kaktushose.jda.commands.dispatching.events
package com.github.kaktushose.jda.commands.dispatching.events
Abstract event classes that build the foundation for specific event implementations.
-
ClassDescriptionEvent<T extends GenericInteractionCreateEvent>Abstract base event for all interaction events, like
CommandEvent
.ModalReplyableEvent<T extends GenericInteractionCreateEvent>Subtype ofReplyableEvent
that also supports replying with aModal
.ReplyableEvent<T extends GenericInteractionCreateEvent>Subtype ofEvent
that supports replying to theGenericInteractionCreateEvent
with text messages.