Uses of Interface
org.javacord.api.entity.emoji.CustomEmoji
-
-
Uses of CustomEmoji in org.javacord.api
Methods in org.javacord.api that return CustomEmoji Modifier and Type Method Description CustomEmojiDiscordApi. getKnownCustomEmojiOrCreateCustomEmoji(long id, java.lang.String name, boolean animated)Creates or gets a custom emoji to be used in other Javacord APIs. -
Uses of CustomEmoji in org.javacord.api.entity.emoji
Subinterfaces of CustomEmoji in org.javacord.api.entity.emoji Modifier and Type Interface Description interfaceKnownCustomEmojiThis class represents a known custom emoji.Methods in org.javacord.api.entity.emoji that return types with arguments of type CustomEmoji Modifier and Type Method Description default java.util.Optional<CustomEmoji>CustomEmoji. asCustomEmoji()default java.util.Optional<CustomEmoji>Emoji. asCustomEmoji()Gets the emoji as a custom emoji. -
Uses of CustomEmoji in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return types with arguments of type CustomEmoji Modifier and Type Method Description java.util.List<CustomEmoji>Message. getCustomEmojis()Gets all custom emojis in the message. -
Uses of CustomEmoji in org.javacord.api.entity.message.component
Methods in org.javacord.api.entity.message.component with parameters of type CustomEmoji Modifier and Type Method Description ButtonBuilderButtonBuilder. setEmoji(CustomEmoji emoji)Set the button's emoji to a custom emoji. -
Uses of CustomEmoji in org.javacord.api.entity.message.component.internal
Methods in org.javacord.api.entity.message.component.internal with parameters of type CustomEmoji Modifier and Type Method Description voidButtonBuilderDelegate. setEmoji(CustomEmoji emoji)Set the button's emoji to a custom emoji.
-