Interface used to specify the options when a clipboard item is being written to the world
export interface ClipboardWriteOptions { excludeAirBlocks?: boolean; mirror?: minecraftserver.StructureMirrorAxis; normalizedOrigin?: minecraftserver.Vector3; offset?: minecraftserver.Vector3; rotation?: minecraftserver.StructureRotation;} Copy
export interface ClipboardWriteOptions { excludeAirBlocks?: boolean; mirror?: minecraftserver.StructureMirrorAxis; normalizedOrigin?: minecraftserver.Vector3; offset?: minecraftserver.Vector3; rotation?: minecraftserver.StructureRotation;}
Optional
An enum which represents the axis (or combination of axis') along which the item should be mirrored
A position offset which should be applied to the paste location while the clipboard item is being written
An enum representing the rotation around the Y-Axis which should be applied while the clipboard item is being written
Interface used to specify the options when a clipboard item is being written to the world
Source