runelite-api: add total level api
This commit is contained in:
@@ -101,6 +101,13 @@ public interface Client extends GameEngine
|
||||
*/
|
||||
int getRealSkillLevel(Skill skill);
|
||||
|
||||
/**
|
||||
* Calculates the total level from real skill levels.
|
||||
*
|
||||
* @return the total level
|
||||
*/
|
||||
int getTotalLevel();
|
||||
|
||||
/**
|
||||
* Adds a new chat message to the chatbox.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user