Package com.ordwen.odailyquests.tools
Class QuestPlaceholders
java.lang.Object
com.ordwen.odailyquests.tools.QuestPlaceholders
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringreplaceProgressPlaceholders(String input, int progress, int required, double rewardAmount) static StringreplaceQuestPlaceholders(String input, org.bukkit.entity.Player player, AbstractQuest quest, Progression progression, PlayerQuests playerQuests, String status)
-
Method Details
-
replaceProgressPlaceholders
-
replaceQuestPlaceholders
public static String replaceQuestPlaceholders(String input, @Nullable org.bukkit.entity.Player player, @Nullable AbstractQuest quest, @Nullable Progression progression, @Nullable PlayerQuests playerQuests, @Nullable String status)
-