Interface SourceIncome
public interface SourceIncome
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetIncomeEarned(SkillsUser user, SourceValues sourceValues, Skill skill, double finalXp) Gets the money income earned from gaining the XP source.
-
Method Details
-
getIncomeEarned
Gets the money income earned from gaining the XP source.- Parameters:
user- the user gaining XPsourceValues- the source value dataskill- the skill the user is gaining XP infinalXp- the final XP gained by the user after multipliers- Returns:
- the income earned
-