java.lang.Object
com.sk89q.worldedit.world.snapshot.experimental.fs.FolderSnapshot
All Implemented Interfaces:
Snapshot, Closeable, AutoCloseable

public class FolderSnapshot extends Object implements Snapshot
Snapshot based on a world folder. Extracts chunks from the region folder.

Note that the Path can belong to another filesystem. This allows easy integration with zips due to Java's built-in zipfs support.