Uses of Interface
org.javacord.api.interaction.ModalInteraction
-
Packages that use ModalInteraction Package Description org.javacord.api.event.interaction org.javacord.api.interaction -
-
Uses of ModalInteraction in org.javacord.api.event.interaction
Methods in org.javacord.api.event.interaction that return ModalInteraction Modifier and Type Method Description default ModalInteractionModalSubmitEvent. getModalInteraction()Gets the created interaction as ModalInteraction, if the interaction is of this type. -
Uses of ModalInteraction in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return types with arguments of type ModalInteraction Modifier and Type Method Description default java.util.Optional<ModalInteraction>Interaction. asModalInteraction()Get this interaction as modal interaction if the type matches.default java.util.Optional<ModalInteraction>Interaction. asModalInteractionWithCustomId(java.lang.String customId)Get this interaction as modal interaction if the type and the given custom id match.
-