| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.extent | |
| com.sk89q.worldedit.function.operation | |
| com.sk89q.worldedit.history.changeset |
| Modifier and Type | Method and Description |
|---|---|
ChangeSet |
EditSession.getChangeSet()
Get the underlying
ChangeSet. |
| Constructor and Description |
|---|
ChangeSetExtent(Extent extent,
ChangeSet changeSet)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeSetExecutor |
ChangeSetExecutor.createRedo(ChangeSet changeSet,
UndoContext context)
Create a new redo operation.
|
static ChangeSetExecutor |
ChangeSetExecutor.createUndo(ChangeSet changeSet,
UndoContext context)
Create a new undo operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListHistory
|
class |
BlockOptimizedHistory
|
Copyright © 2010-2014. All Rights Reserved.