runelite-api: add ability to get npc index

This commit is contained in:
Adam
2018-03-10 09:54:47 -05:00
parent c3920e5814
commit 7320a4f61a
4 changed files with 42 additions and 0 deletions

View File

@@ -31,4 +31,9 @@ public interface RSNPC extends RSActor, NPC
{
@Import("composition")
RSNPCComposition getComposition();
@Override
int getIndex();
void setIndex(int id);
}