Class ModalEvent

java.lang.Object
com.github.kaktushose.jda.commands.dispatching.events.Event<net.dv8tion.jda.api.events.interaction.ModalInteractionEvent>
com.github.kaktushose.jda.commands.dispatching.events.ReplyableEvent<net.dv8tion.jda.api.events.interaction.ModalInteractionEvent>
com.github.kaktushose.jda.commands.dispatching.events.interactions.ModalEvent
All Implemented Interfaces:
Reply, net.dv8tion.jda.api.entities.ISnowflake, net.dv8tion.jda.api.interactions.Interaction

public final class ModalEvent extends ReplyableEvent<net.dv8tion.jda.api.events.interaction.ModalInteractionEvent>
This class is a subclass of Event. It provides additional features for replying to a ModalInteractionEvent.
See Also: