runelite-api: expose sprite pixels

This commit is contained in:
Tyler Hardy
2017-10-24 20:02:36 -04:00
committed by Adam
parent 258febb037
commit 40f93c28c0
2 changed files with 6 additions and 0 deletions

View File

@@ -40,4 +40,8 @@ public interface RSSpritePixels extends SpritePixels
@Import("width")
@Override
int getWidth();
@Import("pixels")
@Override
int[] getPixels();
}