We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcae505 commit c7a9be4Copy full SHA for c7a9be4
src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java
@@ -42,8 +42,8 @@ public interface BlueMapWorld {
42
String getId();
43
44
/**
45
- * Getter for the {@link Path} of this world's save-files (folder).
46
- * <strike>This matches the folder configured in bluemap's config for this map ( <code>world:</code> )</strike>.
+ * Getter for the {@link Path} of this world's save-files.<br>
+ * (To be exact: the parent-folder of the regions-folder used for rendering)
47
* @return the save-folder of this world.
48
* @deprecated Getting the save-folder of a world is no longer supported. As it is not guaranteed that every world has a save-folder.
49
*/
0 commit comments