java.lang.Object
com.ordwen.odailyquests.configuration.functionalities.rewards.TotalRewards
All Implemented Interfaces:
IConfigurable

public class TotalRewards extends Object implements IConfigurable
  • Constructor Details

  • Method Details

    • load

      public void load()
      Specified by:
      load in interface IConfigurable
    • getGlobalTotalReward

      public static Reward getGlobalTotalReward(int questCount)
    • getCategoryTotalReward

      public static Reward getCategoryTotalReward(String category, int questCount)
    • isGlobalStep

      public static boolean isGlobalStep(int questCount)
    • isCategoryStep

      public static boolean isCategoryStep(String category, int questCount)