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 net.dv8tion.jda.api.events.interaction.GenericInteractionCreateEvent>Abstract base event for all interaction events, like
CommandEvent.ModalReplyableEvent<T extends net.dv8tion.jda.api.events.interaction.GenericInteractionCreateEvent>Subtype ofReplyableEventthat also supports replying with aModal.ReplyableEvent<T extends net.dv8tion.jda.api.events.interaction.GenericInteractionCreateEvent>Subtype ofEventthat supports replying to theGenericInteractionCreateEventwith text messages.