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

public class CategoriesRewards extends Object implements IConfigurable
  • Constructor Details

  • Method Details

    • load

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

      public void sendCategoryRewardInternal(org.bukkit.entity.Player player, String category)
      Send a reward to a player depending on the category.
      Parameters:
      player - player.
      category - category.
    • sendCategoryReward

      public static void sendCategoryReward(org.bukkit.entity.Player player, String category)