Interface XpTrackerService
-
public interface XpTrackerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getActions(Skill skill)
Get the number of actions doneint
getActionsHr(Skill skill)
Get the number of actions per hourint
getActionsLeft(Skill skill)
Get the number of actions remainingXpActionType
getActionType(Skill skill)
Get the action typeint
getEndGoalXp(Skill skill)
Get the amount of XP left until goal levelint
getStartGoalXp(Skill skill)
Get the start goal XPString
getTimeTilGoal(Skill skill)
Get the amount of time left until goal levelint
getXpHr(Skill skill)
Get the amount of xp per hour
-
-
-
Method Detail
-
getActions
int getActions(Skill skill)
Get the number of actions done
-
getActionsHr
int getActionsHr(Skill skill)
Get the number of actions per hour
-
getActionsLeft
int getActionsLeft(Skill skill)
Get the number of actions remaining
-
getActionType
XpActionType getActionType(Skill skill)
Get the action type
-
getXpHr
int getXpHr(Skill skill)
Get the amount of xp per hour
-
getStartGoalXp
int getStartGoalXp(Skill skill)
Get the start goal XP
-
getEndGoalXp
int getEndGoalXp(Skill skill)
Get the amount of XP left until goal level
-
-