Use npc indices to iterate local npcs

This commit is contained in:
Adam
2017-10-17 10:38:41 -04:00
parent c3e8cc0131
commit 10a494a2b7
6 changed files with 34 additions and 26 deletions

View File

@@ -117,8 +117,13 @@ public interface RSClient extends RSGameEngine, Client
@Override
RSPlayer getLocalPlayer();
@Import("npcIndexesCount")
int getNpcIndexesCount();
@Import("npcIndices")
int[] getNpcIndices();
@Import("cachedNPCs")
@Override
RSNPC[] getCachedNPCs();
@Import("collisionMaps")