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