Blockbench Reference Docs
    Preparing search index...

    Interface PreviewModelCubeTemplate

    interface PreviewModelCubeTemplate {
        faces: {
            down?: { uv: ArrayVector4 };
            east?: { uv: ArrayVector4 };
            north?: { uv: ArrayVector4 };
            south?: { uv: ArrayVector4 };
            up?: { uv: ArrayVector4 };
            west?: { uv: ArrayVector4 };
        };
        origin?: ArrayVector3;
        position: ArrayVector3;
        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 };
    }
    origin?: ArrayVector3
    position: ArrayVector3
    rotation?: ArrayVector3