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

    接口 BlockMaskList

    interface BlockMaskList {
        blockList: (string | BlockPermutation | BlockType)[];
        maskType: BlockMaskListType;
    }
    索引

    属性

    blockList: (string | BlockPermutation | BlockType)[]