Merge pull request #917 from Toocanzs/opponent-info
Continue to update opponent info while on screen
This commit is contained in:
@@ -39,6 +39,8 @@ public interface Client extends GameEngine
|
||||
|
||||
List<NPC> getNpcs();
|
||||
|
||||
NPC[] getCachedNPCs();
|
||||
|
||||
int getBoostedSkillLevel(Skill skill);
|
||||
|
||||
int getRealSkillLevel(Skill skill);
|
||||
|
||||
@@ -34,4 +34,5 @@ public interface NPC extends Actor
|
||||
@Override
|
||||
int getCombatLevel();
|
||||
|
||||
int getIndex();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user