mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2024-11-23 10:45:47 +01:00
Fix Javadoc
This commit is contained in:
parent
dcae50572a
commit
c7a9be42ad
@ -42,8 +42,8 @@ public interface BlueMapWorld {
|
|||||||
String getId();
|
String getId();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Getter for the {@link Path} of this world's save-files (folder).
|
* Getter for the {@link Path} of this world's save-files.<br>
|
||||||
* <strike>This matches the folder configured in bluemap's config for this map ( <code>world:</code> )</strike>.
|
* (To be exact: the parent-folder of the regions-folder used for rendering)
|
||||||
* @return the save-folder of this world.
|
* @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.
|
* @deprecated Getting the save-folder of a world is no longer supported. As it is not guaranteed that every world has a save-folder.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user