Beta
Beta
A world location to which the ClipboardItem may potentially be written (nothing is actually written as part of this operation)
Optional
options: ClipboardWriteOptionsAn optional set of write parameters which govern how the ClipboardItem should be potentially applied to the world
A @minecraft/server.CompoundBlockVolume which represents the occupied block volumes within the ClipboardItem as they would be written to the world with the specified ClipboardWriteOptions
Create a @minecraft/server.CompoundBlockVolume container which represents the occupied block volumes within the ClipboardItem. This function does not perform any write operations, and instead returns only a prediction of the volume area which would be affected as part of a write operation with a given set of write options.
This function can't be called in read-only mode.
Beta
A world location to which the ClipboardItem may potentially be written (nothing is actually written as part of this operation)
Optional
options: ClipboardWriteOptionsAn optional set of write parameters which govern how the ClipboardItem should be potentially applied to the world
A Selection which represents the occupied block volumes within the ClipboardItem as they would be written to the world with the specified ClipboardWriteOptions
Create a Selection container which represents the occupied block volumes within the ClipboardItem. This function does not perform any write operations, and instead returns only a prediction of the volume area which would be affected as part of a write operation with a given set of write options.
This function can't be called in read-only mode.
Beta
The root point of the world location to which the ClipboardItem is written (this is modified by the various anchor, offset and rotation parameters of the ClipboardWriteOptions
Optional
options: ClipboardWriteOptionsAn optional set of write parameters which modify the properties of the ClipboardItem as it is applied to the world
Success or Failure
A ClipboardItem is a handle to an object which represents a set of blocks in a contained bounding area (most likely copied from the world)