Uses of Interface
org.javacord.api.interaction.AutocompleteInteraction
-
Packages that use AutocompleteInteraction Package Description org.javacord.api.event.interaction org.javacord.api.interaction -
-
Uses of AutocompleteInteraction in org.javacord.api.event.interaction
Methods in org.javacord.api.event.interaction that return AutocompleteInteraction Modifier and Type Method Description default AutocompleteInteractionAutocompleteCreateEvent. getAutocompleteInteraction()Gets the created interaction as AutocompleteInteraction, if the interaction is of this type. -
Uses of AutocompleteInteraction in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return types with arguments of type AutocompleteInteraction Modifier and Type Method Description default java.util.Optional<AutocompleteInteraction>Interaction. asAutocompleteInteraction()Get this interaction as autocomplete interaction if the type matches.default java.util.Optional<AutocompleteInteraction>Interaction. asAutocompleteInteraction(long commandId)Get this interaction as autocomplete interaction if the type and the command id match.
-