runelite-api: add headicon enum

This commit is contained in:
Adam
2018-04-29 19:42:21 -04:00
parent b93ef7362f
commit 18dc60db60
7 changed files with 81 additions and 9 deletions

View File

@@ -74,6 +74,5 @@ public interface RSNPCComposition extends NPCComposition
int getSize();
@Import("headIcon")
@Override
int getOverheadIcon();
int getRsOverheadIcon();
}

View File

@@ -59,6 +59,5 @@ public interface RSPlayer extends RSActor, Player
boolean isFriend();
@Import("overheadIcon")
@Override
int getOverheadIcon();
int getRsOverheadIcon();
}