interface WeightedBlock {
    block: BlockType;
    weight: number;
}

属性

属性

block: BlockType
weight: number