Merge pull request #8088 from Adam-/xptracker-overall

xptracker: correct total xp per hour calculation
This commit is contained in:
Adam
2019-03-05 20:15:50 -05:00
committed by GitHub
11 changed files with 115 additions and 191 deletions

View File

@@ -782,6 +782,13 @@ public interface Client extends GameEngine
*/
int getSkillExperience(Skill skill);
/**
* Get the total experience of the player
*
* @return
*/
long getOverallExperience();
/**
* Gets the game drawing mode.
*