@minecraft
    正在准备搜索索引...

    接口 TickingAreaOptions实验性

    Options to create a ticking area using the TickingAreaManager.

    interface TickingAreaOptions {
        dimension: Dimension;
        from: Vector3;
        to: Vector3;
    }
    索引

    属性

    dimension: Dimension

    The dimension the ticking area will be in.

    from: Vector3

    Corner block location of the bounding box.

    Opposite corner block location of the bounding box.