runelite-api: update minimap code from 150

This commit is contained in:
Adam
2017-07-20 09:57:01 -04:00
parent 7fb4515cbe
commit ede3b1b691
3 changed files with 1 additions and 20 deletions

View File

@@ -52,15 +52,9 @@ public interface Client extends GameEngine
@Import("FPS")
int getFPS();
@Import("mapScale")
int getMapScale();
@Import("mapAngle")
int getMapAngle();
@Import("mapOffset")
int getMapOffset();
@Import("tileHeights")
int[][][] getTileHeights();