You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,10 +42,13 @@ public interface BlueMapWorld {
42
42
StringgetId();
43
43
44
44
/**
45
-
* Getter for the {@link Path} of this world's save-files (folder). This matches the folder configured in bluemap's config for this map ( <code>world:</code> ).
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>.
46
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.
0 commit comments