mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-10-31 23:59:42 +01:00
Compare commits
3 Commits
9ed7fdb1cf
...
c7a9be42ad
Author | SHA1 | Date | |
---|---|---|---|
|
c7a9be42ad | ||
|
dcae50572a | ||
|
c3ce6d95de |
@ -42,10 +42,13 @@ 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 ( <code>world:</code> ).
|
||||
* 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)
|
||||
* @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.
|
||||
*/
|
||||
@DebugDump
|
||||
@Deprecated
|
||||
Path getSaveFolder();
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user