Uses of Interface
org.javacord.api.entity.message.embed.Embed
-
Packages that use Embed Package Description org.javacord.api.entity.message org.javacord.api.event.message -
-
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 List<Embed>Message. getEmbeds()Gets a list with all embeds of the message. -
Uses of Embed in org.javacord.api.event.message
Methods in org.javacord.api.event.message that return types with arguments of type Embed Modifier and Type Method Description List<Embed>MessageEditEvent. getNewEmbeds()Gets the new embeds of the message.Optional<List<Embed>>MessageEditEvent. getOldEmbeds()Gets the old embeds of the message.
-