Uses of Interface
org.javacord.api.entity.message.embed.Embed
-
Packages that use Embed Package Description org.javacord.api.entity.message org.javacord.api.interaction -
-
Uses of Embed in org.javacord.api.entity.message
Methods in org.javacord.api.entity.message that return types with arguments of type Embed Modifier and Type Method Description java.util.List<Embed>Message. getEmbeds()Gets all embeds of the message. -
Uses of Embed in org.javacord.api.interaction
Methods in org.javacord.api.interaction that return types with arguments of type Embed Modifier and Type Method Description java.util.List<Embed>InteractionSlashCommandCallbackData. getEmbeds()Gets all embeds.
-