Uses of Interface
org.javacord.api.listener.server.emoji.KnownCustomEmojiCreateListener
-
Packages that use KnownCustomEmojiCreateListener Package Description org.javacord.api.listener org.javacord.api.listener.server -
-
Uses of KnownCustomEmojiCreateListener in org.javacord.api.listener
Methods in org.javacord.api.listener that return types with arguments of type KnownCustomEmojiCreateListener Modifier and Type Method Description default ListenerManager<KnownCustomEmojiCreateListener>GloballyAttachableListenerManager. addKnownCustomEmojiCreateListener(KnownCustomEmojiCreateListener listener)Adds aKnownCustomEmojiCreateListener.default java.util.List<KnownCustomEmojiCreateListener>GloballyAttachableListenerManager. getKnownCustomEmojiCreateListeners()Gets all registeredKnownCustomEmojiCreateListeners.Methods in org.javacord.api.listener with parameters of type KnownCustomEmojiCreateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addKnownCustomEmojiCreateListener(KnownCustomEmojiCreateListener listener)Adds aKnownCustomEmojiCreateListenerto all createdDiscordApiinstances.default ListenerManager<KnownCustomEmojiCreateListener>GloballyAttachableListenerManager. addKnownCustomEmojiCreateListener(KnownCustomEmojiCreateListener listener)Adds aKnownCustomEmojiCreateListener.Method parameters in org.javacord.api.listener with type arguments of type KnownCustomEmojiCreateListener Modifier and Type Method Description default DiscordApiBuilderChainableGloballyAttachableListenerManager. addKnownCustomEmojiCreateListener(java.util.function.Function<DiscordApi,KnownCustomEmojiCreateListener> listenerFunction)Adds aKnownCustomEmojiCreateListenerto all createdDiscordApiinstances.default DiscordApiBuilderChainableGloballyAttachableListenerManager. addKnownCustomEmojiCreateListener(java.util.function.Supplier<KnownCustomEmojiCreateListener> listenerSupplier)Adds aKnownCustomEmojiCreateListenerto all createdDiscordApiinstances. -
Uses of KnownCustomEmojiCreateListener in org.javacord.api.listener.server
Methods in org.javacord.api.listener.server that return types with arguments of type KnownCustomEmojiCreateListener Modifier and Type Method Description ListenerManager<KnownCustomEmojiCreateListener>ServerAttachableListenerManager. addKnownCustomEmojiCreateListener(KnownCustomEmojiCreateListener listener)Adds aKnownCustomEmojiCreateListener.java.util.List<KnownCustomEmojiCreateListener>ServerAttachableListenerManager. getKnownCustomEmojiCreateListeners()Gets all registeredKnownCustomEmojiCreateListeners.Methods in org.javacord.api.listener.server with parameters of type KnownCustomEmojiCreateListener Modifier and Type Method Description ListenerManager<KnownCustomEmojiCreateListener>ServerAttachableListenerManager. addKnownCustomEmojiCreateListener(KnownCustomEmojiCreateListener listener)Adds aKnownCustomEmojiCreateListener.
-