| Package | Description |
|---|---|
| com.sk89q.worldedit.function.operation | |
| com.sk89q.worldedit.history.change |
| 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 | Method and Description |
|---|---|
void |
Change.redo(UndoContext context)
Perform an redo.
|
void |
EntityCreate.redo(UndoContext context) |
void |
EntityRemove.redo(UndoContext context) |
void |
BlockChange.redo(UndoContext context) |
void |
Change.undo(UndoContext context)
Perform an undo.
|
void |
EntityCreate.undo(UndoContext context) |
void |
EntityRemove.undo(UndoContext context) |
void |
BlockChange.undo(UndoContext context) |
Copyright © 2010-2014. All Rights Reserved.