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