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 Optional<KnownCustomEmoji>DiscordApi. getCustomEmojiById(long id)Gets a custom emoji in this server by its id.default Optional<KnownCustomEmoji>DiscordApi. getCustomEmojiById(String id)Gets a custom emoji in this server by its id.Collection<KnownCustomEmoji>DiscordApi. getCustomEmojis()Gets a collection with all known custom emojis.default Collection<KnownCustomEmoji>DiscordApi. getCustomEmojisByName(String name)Gets a collection with all custom emojis with the given name in the server.default Collection<KnownCustomEmoji>DiscordApi. getCustomEmojisByNameIgnoreCase(String name)Gets a collection with 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 Optional<KnownCustomEmoji>CustomEmoji. asKnownCustomEmoji()default Optional<KnownCustomEmoji>Emoji. asKnownCustomEmoji()Gets the emoji as a known custom emoji.CompletableFuture<KnownCustomEmoji>CustomEmojiBuilder. create()Creates the custom emoji.default Optional<KnownCustomEmoji>CustomEmoji. getCurrentCachedInstance()default 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 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 Optional<KnownCustomEmoji>Server. getCustomEmojiById(long id)Gets a custom emoji in this server by its id.default Optional<KnownCustomEmoji>Server. getCustomEmojiById(String id)Gets a custom emoji in this server by its id.Collection<KnownCustomEmoji>Server. getCustomEmojis()Gets a collection with all custom emojis of this server.default Collection<KnownCustomEmoji>Server. getCustomEmojisByName(String name)Gets a collection of all custom emojis with the given name in the server.default Collection<KnownCustomEmoji>Server. getCustomEmojisByNameIgnoreCase(String name)Gets a collection of 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.
-