runelite-client: add minimap dot plugin
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user