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