Class UndoContext
java.lang.Object
com.sk89q.worldedit.history.UndoContext
Provides context for undo and redo operations.
For example, BlockChanges take the Extent from the
context rather than store a reference to one.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UndoContext
public UndoContext()
-
-
Method Details
-
getExtent
-
setExtent
Set the extent on this context.- Parameters:
extent- an extent or null
-