Uses of Interface
org.javacord.api.entity.emoji.CustomEmoji
-
Packages that use CustomEmoji Package Description org.javacord.api.entity.emoji org.javacord.api.entity.message -
-
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 Optional<CustomEmoji>CustomEmoji. asCustomEmoji()default Optional<CustomEmoji>Emoji. asCustomEmoji()Gets the emoji as 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 List<CustomEmoji>Message. getCustomEmojis()Gets a list of all custom emojis in the message.
-