Package net.runelite.api
Interface MainBufferProvider
-
- All Superinterfaces:
BufferProvider
public interface MainBufferProvider extends BufferProvider
Represents the clients primary image buffer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Image
getImage()
Gets the image currently loaded in the buffer.-
Methods inherited from interface net.runelite.api.BufferProvider
getHeight, getPixels, getWidth
-
-
-
-
Method Detail
-
getImage
Image getImage()
Gets the image currently loaded in the buffer.- Returns:
- the loaded image
-
-