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

@@ -155,6 +155,8 @@ public interface Client extends GameEngine
Area[] getMapAreas();
IndexedSprite[] getMapScene();
SpritePixels[] getMapDots();
int getGameCycle();
@@ -166,6 +168,8 @@ public interface Client extends GameEngine
IndexedSprite createIndexedSprite();
SpritePixels createSpritePixels(int[] pixels, int width, int height);
Point getSceneDestinationLocation();
List<Projectile> getProjectiles();