Class ChunkDeleter
java.lang.Object
com.sk89q.worldedit.internal.anvil.ChunkDeleter
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
int
static ChunkDeletionInfo
static void
runFromFile(Path chunkFile, boolean deleteOnSuccess)
static void
writeInfo(ChunkDeletionInfo info, Path chunkFile)
-
Field Details
-
DELCHUNKS_FILE_NAME
- See Also:
- Constant Field Values
-
-
Method Details
-
readInfo
public static ChunkDeletionInfo readInfo(Path chunkFile) throws IOException, com.google.gson.JsonSyntaxException- Throws:
IOException
com.google.gson.JsonSyntaxException
-
writeInfo
public static void writeInfo(ChunkDeletionInfo info, Path chunkFile) throws IOException, com.google.gson.JsonIOException- Throws:
IOException
com.google.gson.JsonIOException
-
runFromFile
-
getDeletedChunkCount
public int getDeletedChunkCount() -
getDeletionsRequested
public int getDeletionsRequested()
-