JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
SEARCH:
Package com.sk89q.worldedit.history.changeset
package
com.sk89q.worldedit.history.changeset
Interface Summary
Interface
Description
ChangeSet
Tracks a set of undoable operations and allows their undo and redo.
Class Summary
Class
Description
ArrayListHistory
Stores all
Change
s in an
ArrayList
.
BlockOptimizedHistory
An extension of
ArrayListHistory
that stores
BlockChange
s separately in two
ArrayList
s.