Class CategoriesRewards
java.lang.Object
com.ordwen.odailyquests.configuration.functionalities.rewards.CategoriesRewards
- All Implemented Interfaces:
IConfigurable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload()static voidsendCategoryReward(org.bukkit.entity.Player player, String category) voidsendCategoryRewardInternal(org.bukkit.entity.Player player, String category) Send a reward to a player depending on the category.
-
Constructor Details
-
CategoriesRewards
-
-
Method Details
-
load
public void load()- Specified by:
loadin interfaceIConfigurable
-
sendCategoryRewardInternal
Send a reward to a player depending on the category.- Parameters:
player- player.category- category.
-
sendCategoryReward
-