| Package | Description |
|---|---|
| com.sk89q.worldedit.data | |
| com.sk89q.worldedit.snapshots |
| Modifier and Type | Class and Description |
|---|---|
class |
FileLegacyChunkStore
Represents the chunk store used by Minecraft alpha.
|
class |
FileMcRegionChunkStore |
class |
LegacyChunkStore
Represents chunk stores that use Alpha's file format for storing chunks.
|
class |
McRegionChunkStore |
class |
TrueZipLegacyChunkStore
Represents the chunk store used by Minecraft alpha but zipped.
|
class |
TrueZipMcRegionChunkStore
Represents the chunk store used by Minecraft but zipped.
|
class |
ZippedLegacyChunkStore
Represents the chunk store used by Minecraft alpha but zipped.
|
class |
ZippedMcRegionChunkStore
Represents the chunk store used by Minecraft alpha but zipped.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkStore |
Snapshot._getChunkStore()
Get a chunk store.
|
ChunkStore |
Snapshot.getChunkStore()
Get a chunk store.
|
| Constructor and Description |
|---|
SnapshotRestore(ChunkStore chunkStore,
EditSession editSession,
Region region)
Construct the snapshot restore operation.
|
Copyright © 2010-2014. All Rights Reserved.