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

@@ -33,4 +33,6 @@ public interface SpritePixels
int getWidth();
int getHeight();
int[] getPixels();
}