Uses of Class
me.croabeast.common.discord.EmbedObject
Packages that use EmbedObject
-
Uses of EmbedObject in me.croabeast.common.discord
Methods in me.croabeast.common.discord that return EmbedObjectModifier and TypeMethodDescriptionSets the author information for the embed.Sets the color of the embed.EmbedObject.setDescription(String text) Sets the description of the embed.Sets the footer text and icon for the embed.Sets the main image URL for the embed.EmbedObject.setThumbnail(String url) Sets the thumbnail URL for the embed.Sets the title of the embed.Sets the URL of the embed.Methods in me.croabeast.common.discord with parameters of type EmbedObjectModifier and TypeMethodDescriptionvoidRawWebhook.addEmbed(EmbedObject embed) Adds an embed object to theRawWebhook.embedslist.