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

    Interface WeightedBlockBeta

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

    Properties

    Properties

    block: BlockType
    weight: number