@minecraft/server
    Preparing search index...

    Enumeration StructureMirrorAxisBeta

    Specifies how a structure should be mirrored when placed.

    Index

    Enumeration Members

    Enumeration Members

    None: "None"

    No mirroring.

    X: "X"

    Structure is mirrored across the X axis.

    XZ: "XZ"

    Structure is mirrored across both the X and Z axes.

    Z: "Z"

    Structure is mirrored across the Z axis.