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 org.javacord.api.entity.message.component org.javacord.api.entity.message.component.internal -
-
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 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 List<CustomEmoji>Message. getCustomEmojis()Gets a list of 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.
-