Uses of Interface
org.javacord.api.entity.emoji.KnownCustomEmoji
-
-
Uses of KnownCustomEmoji in org.javacord.api
Methods in org.javacord.api that return types with arguments of type KnownCustomEmoji Modifier and Type Method Description default java.util.Optional<KnownCustomEmoji>DiscordApi. getCustomEmojiById(long id)Gets a custom emoji in this server by its id.default java.util.Optional<KnownCustomEmoji>DiscordApi. getCustomEmojiById(java.lang.String id)Gets a custom emoji in this server by its id.java.util.Set<KnownCustomEmoji>DiscordApi. getCustomEmojis()Gets all known custom emojis.default java.util.Set<KnownCustomEmoji>DiscordApi. getCustomEmojisByName(java.lang.String name)Gets all custom emojis with the given name in the server.default java.util.Set<KnownCustomEmoji>DiscordApi. getCustomEmojisByNameIgnoreCase(java.lang.String name)Gets all custom emojis with the given name in the server. -
Uses of KnownCustomEmoji in org.javacord.api.entity.emoji
Methods in org.javacord.api.entity.emoji that return types with arguments of type KnownCustomEmoji Modifier and Type Method Description default java.util.Optional<KnownCustomEmoji>CustomEmoji. asKnownCustomEmoji()default java.util.Optional<KnownCustomEmoji>Emoji. asKnownCustomEmoji()Gets the emoji as a known custom emoji.java.util.concurrent.CompletableFuture<KnownCustomEmoji>CustomEmojiBuilder. create()Creates the custom emoji.default java.util.Optional<KnownCustomEmoji>CustomEmoji. getCurrentCachedInstance()default java.util.Optional<KnownCustomEmoji>KnownCustomEmoji. getCurrentCachedInstance()Constructors in org.javacord.api.entity.emoji with parameters of type KnownCustomEmoji Constructor Description CustomEmojiUpdater(KnownCustomEmoji emoji)Creates a new custom emoji updater. -
Uses of KnownCustomEmoji in org.javacord.api.entity.emoji.internal
Methods in org.javacord.api.entity.emoji.internal that return types with arguments of type KnownCustomEmoji Modifier and Type Method Description java.util.concurrent.CompletableFuture<KnownCustomEmoji>CustomEmojiBuilderDelegate. create()Creates the custom emoji. -
Uses of KnownCustomEmoji in org.javacord.api.entity.server
Methods in org.javacord.api.entity.server that return types with arguments of type KnownCustomEmoji Modifier and Type Method Description default java.util.Optional<KnownCustomEmoji>Server. getCustomEmojiById(long id)Gets a custom emoji in this server by its id.default java.util.Optional<KnownCustomEmoji>Server. getCustomEmojiById(java.lang.String id)Gets a custom emoji in this server by its id.java.util.Set<KnownCustomEmoji>Server. getCustomEmojis()Gets all custom emojis of this server.default java.util.Set<KnownCustomEmoji>Server. getCustomEmojisByName(java.lang.String name)Gets all custom emojis with the given name in the server.default java.util.Set<KnownCustomEmoji>Server. getCustomEmojisByNameIgnoreCase(java.lang.String name)Gets all custom emojis with the given name in the server. -
Uses of KnownCustomEmoji in org.javacord.api.event.server.emoji
Methods in org.javacord.api.event.server.emoji that return KnownCustomEmoji Modifier and Type Method Description KnownCustomEmojiKnownCustomEmojiEvent. getEmoji()Gets the custom emoji of the event. -
Uses of KnownCustomEmoji in org.javacord.api.util.internal
Methods in org.javacord.api.util.internal with parameters of type KnownCustomEmoji Modifier and Type Method Description static CustomEmojiUpdaterDelegateDelegateFactory. createCustomEmojiUpdaterDelegate(KnownCustomEmoji emoji)Creates a new custom emoji updater delegate.CustomEmojiUpdaterDelegateDelegateFactoryDelegate. createCustomEmojiUpdaterDelegate(KnownCustomEmoji emoji)Creates a new custom emoji updater delegate.
-