runelite-client: add minimap dot plugin

This commit is contained in:
Adam
2018-02-18 17:59:28 -05:00
parent e4080d65c5
commit 8698de72b1
5 changed files with 328 additions and 0 deletions

View File

@@ -315,6 +315,9 @@ public interface RSClient extends RSGameEngine, Client
@Override
RSSpritePixels[] getMapIcons();
@Import("mapDots")
RSSpritePixels[] getMapDots();
@Import("modIcons")
@Override
RSIndexedSprite[] getModIcons();
@@ -326,6 +329,10 @@ public interface RSClient extends RSGameEngine, Client
@Override
RSIndexedSprite createIndexedSprite();
@Construct
@Override
RSSpritePixels createSpritePixels(int[] pixels, int width, int height);
@Import("destinationX")
int getDestinationX();