Blockbench Reference Docs
    Preparing search index...
    interface PreviewModelCubeTemplate {
        faces?: {
            down?: { uv: ArrayVector4 };
            east?: { uv: ArrayVector4 };
            north?: { uv: ArrayVector4 };
            south?: { uv: ArrayVector4 };
            up?: { uv: ArrayVector4 };
            west?: { uv: ArrayVector4 };
        };
        offset?: ArrayVector3;
        offset_space?: "block"
        | "pixel";
        origin?: ArrayVector3;
        position?: ArrayVector3;
        prefab?: string;
        rotation?: ArrayVector3;
        size?: ArrayVector3;
    }
    Index

    Properties

    faces?: {
        down?: { uv: ArrayVector4 };
        east?: { uv: ArrayVector4 };
        north?: { uv: ArrayVector4 };
        south?: { uv: ArrayVector4 };
        up?: { uv: ArrayVector4 };
        west?: { uv: ArrayVector4 };
    }
    offset?: ArrayVector3
    offset_space?: "block" | "pixel"
    origin?: ArrayVector3
    position?: ArrayVector3
    prefab?: string
    rotation?: ArrayVector3