Package io.github.kaktushose.jdac.dispatching.events
package io.github.kaktushose.jdac.dispatching.events
Abstract event classes that build the foundation for specific event implementations.
-
ClassesClassDescriptionEvent<T extends GenericInteractionCreateEvent>Abstract base event for all interaction events, like
CommandEvent.ModalReplyableEvent<T extends GenericInteractionCreateEvent>Subtype ofReplyableEventthat also supports replying with aModal.ReplyableEvent<T extends GenericInteractionCreateEvent>Subtype ofEventthat supports replying to theGenericInteractionCreateEventwith text messages.