From c7a9be42adda14482f0e52ef55cb43fdc12d9502 Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Wed, 7 Feb 2024 20:49:31 +0100 Subject: [PATCH] Fix Javadoc --- src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java b/src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java index b30951d..f6275b2 100644 --- a/src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java +++ b/src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java @@ -42,8 +42,8 @@ public interface BlueMapWorld { String getId(); /** - * Getter for the {@link Path} of this world's save-files (folder). - * This matches the folder configured in bluemap's config for this map ( world: ). + * Getter for the {@link Path} of this world's save-files.
+ * (To be exact: the parent-folder of the regions-folder used for rendering) * @return the save-folder of this world. * @deprecated Getting the save-folder of a world is no longer supported. As it is not guaranteed that every world has a save-folder. */