mirror of
https://github.com/BlueMap-Minecraft/BlueMapAPI.git
synced 2025-01-29 19:21:33 +01:00
Deprecate BlueMapWorld#getSaveFolder()
This commit is contained in:
parent
5c3624832f
commit
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 (folder).
|
||||
* <strike>This matches the folder configured in bluemap's config for this map ( <code>world:</code> )</strike>.
|
||||
* @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