| Package | Description |
|---|---|
| com.sk89q.worldedit.snapshots |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
SnapshotRepository.getDefaultSnapshot(String world)
Get the default snapshot.
|
Snapshot |
SnapshotRepository.getSnapshotAfter(Calendar date,
String world)
Get the first snapshot after a date.
|
Snapshot |
SnapshotRepository.getSnapshotBefore(Calendar date,
String world)
Get the first snapshot before a date.
|
List<Snapshot> |
SnapshotRepository.getSnapshots(boolean newestFirst,
String worldname)
Get a list of snapshots in a directory.
|
Copyright © 2010-2014. All Rights Reserved.