| Modifier and Type | Method and Description |
|---|---|
Operation |
EditSession.commit() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
NullExtent.commit() |
Operation |
OutputExtent.commit()
Return an
Operation that should be called to tie up loose ends
(such as to commit changes in a buffer). |
Operation |
AbstractDelegateExtent.commit() |
protected Operation |
AbstractDelegateExtent.commitBefore() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
BlockArrayClipboard.commit() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
MultiStageReorder.commitBefore() |
| Modifier and Type | Method and Description |
|---|---|
protected Operation |
FastModeExtent.commitBefore() |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockMapEntryPlacer
Sets block from an iterator of
Map.Entry containing a
BlockVector as the key and a BaseBlock as the value. |
class |
ChangeSetExecutor
Performs an undo or redo from a given
ChangeSet. |
class |
DelegateOperation
Executes a delegete operation, but returns to another operation upon
completing the delegate.
|
class |
ForwardExtentCopy
Makes a copy of a portion of one extent to another extent or another point.
|
class |
OperationQueue
Executes multiple queues in order.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.resume(RunContext run)
Complete the next step.
|
Operation |
ChangeSetExecutor.resume(RunContext run) |
Operation |
DelegateOperation.resume(RunContext run) |
Operation |
OperationQueue.resume(RunContext run) |
Operation |
ForwardExtentCopy.resume(RunContext run) |
Operation |
BlockMapEntryPlacer.resume(RunContext run) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Operations.complete(Operation op)
Complete a given operation synchronously until it completes.
|
static void |
Operations.completeBlindly(Operation op)
Complete a given operation synchronously until it completes.
|
static void |
Operations.completeLegacy(Operation op)
Complete a given operation synchronously until it completes.
|
void |
OperationQueue.offer(Operation operation)
Add a new operation to the queue.
|
| Constructor and Description |
|---|
DelegateOperation(Operation original,
Operation delegate)
Create a new operation delegate.
|
OperationQueue(Operation... operation)
Create a new queue with operations from the given array.
|
| Constructor and Description |
|---|
OperationQueue(Collection<Operation> operations)
Create a new queue with operations from the given collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BreadthFirstSearch
Performs a breadth-first search starting from points added with
BreadthFirstSearch.visit(com.sk89q.worldedit.Vector). |
class |
DownwardVisitor
Visits adjacent points on the same X-Z plane as long as the points
pass the given mask, and then executes the provided region
function on the entire column.
|
class |
EntityVisitor
Visits entities as provided by an
Iterator. |
class |
FlatRegionVisitor
Applies region functions to columns in a
FlatRegion. |
class |
LayerVisitor
Visits the layers within a region.
|
class |
NonRisingVisitor
A
RecursiveVisitor that goes orthogonally to the side and down, but never up. |
class |
RecursiveVisitor
An implementation of an
BreadthFirstSearch that uses a mask to
determine where a block should be visited. |
class |
RegionVisitor
Utility class to apply region functions to
Region. |
| Modifier and Type | Method and Description |
|---|---|
Operation |
BreadthFirstSearch.resume(RunContext run) |
Operation |
LayerVisitor.resume(RunContext run) |
Operation |
RegionVisitor.resume(RunContext run) |
Operation |
EntityVisitor.resume(RunContext run) |
Operation |
FlatRegionVisitor.resume(RunContext run) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
LocalWorldAdapter.commit() |
| Modifier and Type | Method and Description |
|---|---|
Operation |
PasteBuilder.build()
Build the operation.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
AbstractWorld.commit() |
Copyright © 2010-2014. All Rights Reserved.