Use player indices to iterate local players
This commit is contained in:
@@ -128,9 +128,14 @@ public interface RSClient extends RSGameEngine, Client
|
||||
|
||||
@Import("collisionMaps")
|
||||
RSCollisionData[] getCollisionMaps();
|
||||
|
||||
@Import("playerIndexesCount")
|
||||
int getPlayerIndexesCount();
|
||||
|
||||
@Import("playerIndices")
|
||||
int[] getPlayerIndices();
|
||||
|
||||
@Import("cachedPlayers")
|
||||
@Override
|
||||
RSPlayer[] getCachedPlayers();
|
||||
|
||||
@Import("groundItemDeque")
|
||||
|
||||
Reference in New Issue
Block a user