public final class Operations extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
complete(Operation op)
Complete a given operation synchronously until it completes.
|
static void |
completeBlindly(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 changedpublic static void completeBlindly(Operation op)
WorldEditException exceptions as
RuntimeExceptions.op - operation to executeCopyright © 2010-2014. All Rights Reserved.