public class BlockMapEntryPlacer extends java.lang.Object implements Operation
Map.Entry
containing a
BlockVector
as the key and a BaseBlock
as the value.Constructor and Description |
---|
BlockMapEntryPlacer(Extent extent,
java.util.Iterator<java.util.Map.Entry<BlockVector,BaseBlock>> iterator)
Create a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Abort the current task.
|
Operation |
resume(RunContext run)
Complete the next step.
|
public BlockMapEntryPlacer(Extent extent, java.util.Iterator<java.util.Map.Entry<BlockVector,BaseBlock>> iterator)
extent
- the extent to set the blocks oniterator
- the iteratorpublic Operation resume(RunContext run) throws WorldEditException
Operation
resume
in interface Operation
run
- describes information about the current runWorldEditException
- an errorpublic void cancel()
Operation
Operation.resume(RunContext)
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.