aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main/java/com
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/java/com')
-rw-r--r--common/src/main/java/com/leonardobishop/quests/common/player/questprogressfile/QuestProgress.java2
-rw-r--r--common/src/main/java/com/leonardobishop/quests/common/plugin/Quests.java1
2 files changed, 2 insertions, 1 deletions
diff --git a/common/src/main/java/com/leonardobishop/quests/common/player/questprogressfile/QuestProgress.java b/common/src/main/java/com/leonardobishop/quests/common/player/questprogressfile/QuestProgress.java
index d8506b83..addc8a76 100644
--- a/common/src/main/java/com/leonardobishop/quests/common/player/questprogressfile/QuestProgress.java
+++ b/common/src/main/java/com/leonardobishop/quests/common/player/questprogressfile/QuestProgress.java
@@ -130,7 +130,7 @@ public final class QuestProgress {
/**
* @return mutable task progress map values collection
- * @see QuestProgress#getTaskProgress()
+ * @see QuestProgress#getAllTaskProgress()
*/
@Deprecated(forRemoval = true)
@Contract(pure = true)
diff --git a/common/src/main/java/com/leonardobishop/quests/common/plugin/Quests.java b/common/src/main/java/com/leonardobishop/quests/common/plugin/Quests.java
index 862d9b95..23533210 100644
--- a/common/src/main/java/com/leonardobishop/quests/common/plugin/Quests.java
+++ b/common/src/main/java/com/leonardobishop/quests/common/plugin/Quests.java
@@ -99,4 +99,5 @@ public interface Quests {
*/
void reloadQuests();
+ boolean isPrimaryThread();
}