Uses of Interface
org.javacord.api.interaction.MessageComponentInteraction
-
Packages that use MessageComponentInteraction Package Description org.javacord.api.event.interaction org.javacord.api.interaction -
-
Uses of MessageComponentInteraction in org.javacord.api.event.interaction
Methods in org.javacord.api.event.interaction that return MessageComponentInteraction Modifier and Type Method Description default MessageComponentInteractionMessageComponentCreateEvent. getMessageComponentInteraction()Gets the created interaction as MessageComponentInteraction, if the interaction is of this type.Methods in org.javacord.api.event.interaction that return types with arguments of type MessageComponentInteraction Modifier and Type Method Description default java.util.Optional<MessageComponentInteraction>InteractionCreateEvent. getMessageComponentInteraction()Gets the created interaction as MessageComponentInteraction, if the interaction is of this type.default java.util.Optional<MessageComponentInteraction>InteractionCreateEvent. getMessageComponentInteractionWithCustomId(java.lang.String customId)Gets the created interaction as MessageComponentInteraction, if the interaction is of this type, and the custom id equals the given custom id.default java.util.Optional<MessageComponentInteraction>MessageComponentCreateEvent. getMessageComponentInteractionWithCustomId(java.lang.String customId)Gets the created interaction as MessageComponentInteraction, if the interaction is of this type, and the custom id equals the given custom id. -
Uses of MessageComponentInteraction in org.javacord.api.interaction
Subinterfaces of MessageComponentInteraction in org.javacord.api.interaction Modifier and Type Interface Description interfaceSelectMenuInteractionMethods in org.javacord.api.interaction that return types with arguments of type MessageComponentInteraction Modifier and Type Method Description default java.util.Optional<MessageComponentInteraction>Interaction. asMessageComponentInteraction()Get this interaction as message component interaction if the type matches.default java.util.Optional<MessageComponentInteraction>Interaction. asMessageComponentInteractionWithCustomId(java.lang.String customId)Get this interaction as message component interaction if the type and the given custom id match.
-