Class ChunkDeleter

java.lang.Object
com.sk89q.worldedit.internal.anvil.ChunkDeleter

public final class ChunkDeleter extends Object
  • Field Details

  • 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

      public static void runFromFile(Path chunkFile, boolean deleteOnSuccess)
    • getDeletedChunkCount

      public int getDeletedChunkCount()
    • getDeletionsRequested

      public int getDeletionsRequested()