public interface VolatileSettings
Modifier and Type | Method and Description |
---|---|
@NotNull java.io.File |
getCurrentSaveMapDirectory()
Returns the default directory for saving maps.
|
@NotNull java.io.File |
getImageDirectory()
Returns the directory to save images to.
|
void |
setCurrentSaveMapDirectory(@NotNull java.io.File currentSaveMapDirectory)
Sets the default directory for saving maps.
|
void |
setImageDirectory(@NotNull java.io.File imageDirectory)
Sets the directory to save created image to.
|
void setImageDirectory(@NotNull @NotNull java.io.File imageDirectory)
imageDirectory
- the image directory@NotNull @NotNull java.io.File getImageDirectory()
@NotNull @NotNull java.io.File getCurrentSaveMapDirectory()
void setCurrentSaveMapDirectory(@NotNull @NotNull java.io.File currentSaveMapDirectory)
currentSaveMapDirectory
- the default directory for saving maps