Class TotalRewards
java.lang.Object
com.ordwen.odailyquests.configuration.functionalities.rewards.TotalRewards
- All Implemented Interfaces:
IConfigurable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RewardgetCategoryTotalReward(String category, int questCount) static RewardgetGlobalTotalReward(int questCount) static booleanisCategoryStep(String category, int questCount) static booleanisGlobalStep(int questCount) voidload()
-
Constructor Details
-
TotalRewards
-
-
Method Details
-
load
public void load()- Specified by:
loadin interfaceIConfigurable
-
getGlobalTotalReward
-
getCategoryTotalReward
-
isGlobalStep
public static boolean isGlobalStep(int questCount) -
isCategoryStep
-