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

Properties

Properties

block: BlockType
weight: number