Uses of Class
net.joseplay.allianceutils.api.discord.webhook.WebHookEmbed
Packages that use WebHookEmbed
-
Uses of WebHookEmbed in net.joseplay.allianceutils.api.discord.webhook
Methods in net.joseplay.allianceutils.api.discord.webhook that return WebHookEmbedModifier and TypeMethodDescriptionAdds a field to the embed.Sets the embed author.WebHookEmbed.setColor(int color) Sets the embed color (decimal format, e.g., 0xFF0000).WebHookEmbed.setDescription(String description) Sets the embed description.Sets the embed footer.Sets the embed main image.WebHookEmbed.setThumbnail(String url) Sets the embed thumbnail image.WebHookEmbed.setTimestamp(Instant instant) Sets the embed timestamp using ISO-8601 format.Sets the embed title.Methods in net.joseplay.allianceutils.api.discord.webhook with parameters of type WebHookEmbedModifier and TypeMethodDescriptionWebHookMessage.addEmbed(WebHookEmbed embed) Adds an embed to the message.