| Constructor and Description |
|---|
FlatRegionApplicator(Region region,
FlatRegionFunction function) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Abort the current task.
|
int |
getAffected()
Get the number of affected objects.
|
Operation |
resume()
Complete the next step.
|
public FlatRegionApplicator(Region region, FlatRegionFunction function)
public int getAffected()
public Operation resume() throws WorldEditException
Operationresume in interface OperationWorldEditException - an errorpublic void cancel()
OperationOperation.resume() should
not be called at any point in the future. This method should not be called after
successful completion of the operation. This method must be called if
the operation is interrupted before completion.Copyright © 2010-2014. All Rights Reserved.