public final class OperationHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
complete(Operation op)
Complete a given operation synchronously until it completes.
|
static void |
completeLegacy(Operation op)
Complete a given operation synchronously until it completes.
|
public static void complete(Operation op) throws WorldEditException
op - operation to executeWorldEditException - WorldEdit exceptionpublic static void completeLegacy(Operation op) throws MaxChangedBlocksException
MaxChangedBlocksException for legacy reasons.op - operation to executeMaxChangedBlocksException - thrown when too many blocks have been changedCopyright © 2010-2014. All Rights Reserved.