public class PasteBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
Operation |
build()
Build the operation.
|
PasteBuilder |
ignoreAirBlocks(boolean ignoreAirBlocks)
Set whether air blocks in the source are skipped over when pasting.
|
PasteBuilder |
to(Vector to)
Set the target location.
|
public PasteBuilder to(Vector to)
to - the target locationpublic PasteBuilder ignoreAirBlocks(boolean ignoreAirBlocks)
public Operation build()
Copyright © 2010-2014. All Rights Reserved.