Uses of Interface
org.javacord.api.interaction.SelectMenuInteraction
-
Packages that use SelectMenuInteraction Package Description org.javacord.api.event.interaction org.javacord.api.interaction -
-
Uses of SelectMenuInteraction in org.javacord.api.event.interaction
Methods in org.javacord.api.event.interaction that return SelectMenuInteraction Modifier and Type Method Description default SelectMenuInteractionSelectMenuChooseEvent. getSelectMenuInteraction()Gets the created interaction as SelectMenuInteraction.Methods in org.javacord.api.event.interaction that return types with arguments of type SelectMenuInteraction Modifier and Type Method Description default java.util.Optional<SelectMenuInteraction>SelectMenuChooseEvent. getSelectMenuInteractionWithCustomId(java.lang.String customId)Gets the created interaction as SelectMenuInteraction, if the custom id equals the given custom id. -
Uses of SelectMenuInteraction in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return types with arguments of type SelectMenuInteraction Modifier and Type Method Description default java.util.Optional<SelectMenuInteraction>MessageComponentInteraction. asSelectMenuInteraction()Get this interaction as select menu interaction if the type matches.
-