Interface ChatEmbed


  • public interface ChatEmbed
    • Method Detail

      • getColor

        java.awt.Color getColor()
        Gets the user-defined RGB color of this chat message.
        Returns:
        ChatMessage color.
      • getTitle

        java.lang.String getTitle()
        Gets the user-defined title of this chat message.
        Returns:
        title.
      • getDescription

        java.lang.String getDescription()
        Gets the description of this embed.
        Returns:
        embed description.
      • getFields

        java.util.Collection<ChatEmbed.Field> getFields()
        Gets the fields in this embed.
        Returns:
        field list.
      • getFooter

        java.lang.String getFooter()
        Gets the footer of this chat message.
        Returns:
        footer string.
      • getThumbnail

        ChatEmbed.ImageElement getThumbnail()
        Gets the thumbnail set for this chat message
        Returns:
        ImageElement representing the thumbnail of this image.