xptracker: use long for tracking overall xp

This commit is contained in:
Adam
2019-03-03 14:40:07 -05:00
parent 319ccb68e4
commit 188bb70417
7 changed files with 85 additions and 56 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.
*