Uses of Interface
org.javacord.api.listener.interaction.InteractionCreateListener
-
Packages that use InteractionCreateListener Package Description org.javacord.api.listener org.javacord.api.listener.channel org.javacord.api.listener.server org.javacord.api.listener.user -
-
Uses of InteractionCreateListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type InteractionCreateListener Modifier and Type Method Description default ListenerManager<InteractionCreateListener>GloballyAttachableListenerManager. addInteractionCreateListener(InteractionCreateListener listener)Adds aInteractionCreateListener.default java.util.List<InteractionCreateListener>GloballyAttachableListenerManager. getInteractionCreateListeners()Gets all registeredInteractionCreateListeners.Methods in org.javacord.api.listener with parameters of type InteractionCreateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addInteractionCreateListener(InteractionCreateListener listener)Adds aInteractionCreateListenerto all createdDiscordApiinstances.default ListenerManager<InteractionCreateListener>GloballyAttachableListenerManager. addInteractionCreateListener(InteractionCreateListener listener)Adds aInteractionCreateListener.Method parameters in org.javacord.api.listener with type arguments of type InteractionCreateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addInteractionCreateListener(java.util.function.Function<DiscordApi,InteractionCreateListener> listenerFunction)Adds aInteractionCreateListenerto all createdDiscordApiinstances.default DiscordApiBuilderChainableGloballyAttachableListenerManager. addInteractionCreateListener(java.util.function.Supplier<InteractionCreateListener> listenerSupplier)Adds aInteractionCreateListenerto all createdDiscordApiinstances. -
Uses of InteractionCreateListener in org.javacord.api.listener.channel
Methods in org.javacord.api.listener.channel that return types with arguments of type InteractionCreateListener Modifier and Type Method Description ListenerManager<InteractionCreateListener>TextChannelAttachableListenerManager. addInteractionCreateListener(InteractionCreateListener listener)Adds aInteractionCreateListener.java.util.List<InteractionCreateListener>TextChannelAttachableListenerManager. getInteractionCreateListeners()Gets all registeredInteractionCreateListeners.Methods in org.javacord.api.listener.channel with parameters of type InteractionCreateListener Modifier and Type Method Description ListenerManager<InteractionCreateListener>TextChannelAttachableListenerManager. addInteractionCreateListener(InteractionCreateListener listener)Adds aInteractionCreateListener. -
Uses of InteractionCreateListener in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server that return types with arguments of type InteractionCreateListener Modifier and Type Method Description ListenerManager<InteractionCreateListener>ServerAttachableListenerManager. addInteractionCreateListener(InteractionCreateListener listener)Adds aInteractionCreateListener.java.util.List<InteractionCreateListener>ServerAttachableListenerManager. getInteractionCreateListeners()Gets all registeredInteractionCreateListeners.Methods in org.javacord.api.listener.server with parameters of type InteractionCreateListener Modifier and Type Method Description ListenerManager<InteractionCreateListener>ServerAttachableListenerManager. addInteractionCreateListener(InteractionCreateListener listener)Adds aInteractionCreateListener. -
Uses of InteractionCreateListener in org.javacord.api.listener.user
Methods in org.javacord.api.listener.user that return types with arguments of type InteractionCreateListener Modifier and Type Method Description ListenerManager<InteractionCreateListener>UserAttachableListenerManager. addInteractionCreateListener(InteractionCreateListener listener)Adds aInteractionCreateListener.java.util.List<InteractionCreateListener>UserAttachableListenerManager. getInteractionCreateListeners()Gets all registeredInteractionCreateListeners.Methods in org.javacord.api.listener.user with parameters of type InteractionCreateListener Modifier and Type Method Description ListenerManager<InteractionCreateListener>UserAttachableListenerManager. addInteractionCreateListener(InteractionCreateListener listener)Adds aInteractionCreateListener.
-