@minecraft/server-editor
    Preparing search index...

    Interface BlockMaskListBeta

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

    Properties

    Properties

    blockList: (string | BlockPermutation | BlockType)[]