public interface ISaveFormat
Modifier and Type | Method and Description |
---|---|
boolean |
canLoadWorld(String s) |
boolean |
convertMapFormat(String s,
IProgressUpdate iprogressupdate)
Converts the specified map to the new map format.
|
boolean |
deleteWorldDirectory(String s) |
void |
flushCache() |
List |
getSaveList() |
ISaveHandler |
getSaveLoader(String s,
boolean flag)
Returns back a loader for the specified save directory
|
WorldInfo |
getWorldInfo(String s) |
boolean |
isOldMapFormat(String s)
Checks if the save directory uses the old map format
|
void |
renameWorld(String s,
String s1) |
ISaveHandler getSaveLoader(String s, boolean flag)
List getSaveList() throws AnvilConverterException
AnvilConverterException
void flushCache()
boolean deleteWorldDirectory(String s)
boolean isOldMapFormat(String s)
boolean convertMapFormat(String s, IProgressUpdate iprogressupdate)
boolean canLoadWorld(String s)