Class CategoriesRewards
java.lang.Object
com.ordwen.odailyquests.configuration.functionalities.rewards.CategoriesRewards
- All Implemented Interfaces:
IConfigurable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
load()
static void
sendCategoryReward
(org.bukkit.entity.Player player, String category) void
sendCategoryRewardInternal
(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:
load
in interfaceIConfigurable
-
sendCategoryRewardInternal
Send a reward to a player depending on the category.- Parameters:
player
- player.category
- category.
-
sendCategoryReward
-