| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.snapshots |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
LocalSession.getSnapshot()
Get the snapshot that has been selected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSession.setSnapshot(Snapshot snapshot)
Select a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
SnapshotRepository.getDefaultSnapshot(String world)
Get the default snapshot.
|
Snapshot |
SnapshotRepository.getSnapshot(String name)
Get a 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
SnapshotRepository.getSnapshots(boolean newestFirst,
String worldname)
Get a list of snapshots in a directory.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Snapshot.compareTo(Snapshot o) |
protected void |
SnapshotRepository.detectDate(Snapshot snapshot)
Attempt to detect a snapshot's date and assign it.
|
Copyright © 2010-2014. All Rights Reserved.