runelite-api: add ability to get npc index
This commit is contained in:
@@ -31,4 +31,9 @@ public interface RSNPC extends RSActor, NPC
|
||||
{
|
||||
@Import("composition")
|
||||
RSNPCComposition getComposition();
|
||||
|
||||
@Override
|
||||
int getIndex();
|
||||
|
||||
void setIndex(int id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user