Package io.manebot.chat
Class ChatEmbed.LocalImage
- java.lang.Object
-
- io.manebot.chat.ChatEmbed.Element
-
- io.manebot.chat.ChatEmbed.ImageElement
-
- io.manebot.chat.ChatEmbed.LocalImage
-
- Enclosing interface:
- ChatEmbed
public static class ChatEmbed.LocalImage extends ChatEmbed.ImageElement
-
-
Constructor Summary
Constructors Constructor Description LocalImage(java.awt.image.BufferedImage image)
-
Method Summary
Modifier and Type Method Description java.awt.image.BufferedImage
getImage()
-
-
-
Method Detail
-
getImage
public java.awt.image.BufferedImage getImage()
- Specified by:
getImage
in classChatEmbed.ImageElement
-
-