Uses of Interface
org.javacord.api.interaction.ButtonInteraction
-
Packages that use ButtonInteraction Package Description org.javacord.api.event.interaction org.javacord.api.interaction -
-
Uses of ButtonInteraction in org.javacord.api.event.interaction
Methods in org.javacord.api.event.interaction that return ButtonInteraction Modifier and Type Method Description default ButtonInteractionButtonClickEvent. getButtonInteraction()Gets the created interaction as ButtonInteraction.Methods in org.javacord.api.event.interaction that return types with arguments of type ButtonInteraction Modifier and Type Method Description default java.util.Optional<ButtonInteraction>ButtonClickEvent. getButtonInteractionWithCustomId(java.lang.String customId)Gets the created interaction as ButtonInteraction, if the custom id equals the given custom id. -
Uses of ButtonInteraction in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return types with arguments of type ButtonInteraction Modifier and Type Method Description default java.util.Optional<ButtonInteraction>MessageComponentInteraction. asButtonInteraction()Get this interaction as button interaction if the type matches.
-