Package net.runelite.client.events
Class ScreenshotTaken
- java.lang.Object
-
- net.runelite.client.events.ScreenshotTaken
-
public final class ScreenshotTaken extends Object
Event fired when a screenshot is taken
-
-
Constructor Summary
Constructors Constructor Description ScreenshotTaken(File path, BufferedImage screenshot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
File
getPath()
Path to where the screenshot is storedBufferedImage
getScreenshot()
The screenshotint
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ScreenshotTaken
public ScreenshotTaken(File path, BufferedImage screenshot)
-
-
Method Detail
-
getPath
public File getPath()
Path to where the screenshot is stored
-
getScreenshot
public BufferedImage getScreenshot()
The screenshot
-
-