From 6dd53a342c9c1794bbbf40b317678b4fe4179454 Mon Sep 17 00:00:00 2001 From: Krakenied Date: Sat, 1 Feb 2025 15:26:57 +0100 Subject: Update CustomFishing dependency Add isPrimaryThread method for https://github.com/LMBishop/Quests/issues/760 debugging --- .../quests/common/player/questprogressfile/QuestProgress.java | 2 +- .../src/main/java/com/leonardobishop/quests/common/plugin/Quests.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'common/src/main/java') 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(); } -- cgit v1.2.3-70-g09d2