[This is preliminary documentation and is subject to change.]
The CopyState type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| Blocks | 3D array of copies blocks. | |
| Bounds | Dimensions and coordinates of the copied blocks. | |
| CopyTime | Time (UTC) at which the blocks were copied.
Defaults to DateTime.UtcNow. | |
| Orientation | Orientation of copying (relation of two marks to each other).
Each value is either 1 (forwards along the axis) or -1 (backwards along the axis).
Orientation is used by /Paste and /PasteNot commands to determine the direction of pasting from the clicked block. | |
| OriginCorner | Description of the corner at which copying started (e.g. "bottom southeast") | |
| OriginWorld | Name of the world where this was copied from.
Defaults to null. | |
| Slot | Index of the copyslot into which this was copied.
Defaults to 0. |