| Constructor and Description |
|---|
EntityCreate(Location location,
BaseEntity state,
Entity entity)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
redo(UndoContext context)
Perform an redo.
|
void |
undo(UndoContext context)
Perform an undo.
|
public EntityCreate(Location location, BaseEntity state, Entity entity)
location - the locationstate - the state of the created entityentity - the entity that was createdpublic void undo(UndoContext context) throws WorldEditException
ChangeChangeSet.forwardIterator().undo in interface Changecontext - a context for undoWorldEditException - on an errorpublic void redo(UndoContext context) throws WorldEditException
ChangeChangeSet.backwardIterator() ()}.redo in interface Changecontext - a context for redoWorldEditException - on an errorCopyright © 2010-2014. All Rights Reserved.