| Package | Description |
|---|---|
| com.sk89q.worldedit.history.change | |
| com.sk89q.worldedit.history.changeset |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockChange
Represents a block change that may be undone or replayed.
|
class |
EntityCreate
Logs the creation of an entity and removes the entity upon undo.
|
class |
EntityRemove
Tracks the removal of an entity.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Change> |
ChangeSet.backwardIterator()
Get a backward directed iterator that can be used for undo.
|
Iterator<Change> |
BlockOptimizedHistory.backwardIterator() |
Iterator<Change> |
ArrayListHistory.backwardIterator() |
Iterator<Change> |
ChangeSet.forwardIterator()
Get a forward directed iterator that can be used for redo.
|
Iterator<Change> |
BlockOptimizedHistory.forwardIterator() |
Iterator<Change> |
ArrayListHistory.forwardIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeSet.add(Change change)
Add the given change to the history.
|
void |
BlockOptimizedHistory.add(Change change) |
void |
ArrayListHistory.add(Change change) |
Copyright © 2010-2014. All Rights Reserved.