public class PasteBuilder
extends java.lang.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()