Contains additional options for getBlockStandingOn and getAllBlocksStandingOn.

interface GetBlocksStandingOnOptions {
    blockFilter?: BlockFilter;
    ignoreThinBlocks?: boolean;
}

Properties

blockFilter?: BlockFilter

When specified, the function will include / exclude what block(s) are returned based on the block filter.

ignoreThinBlocks?: boolean

If true, all blocks of height 0.2 or lower like trapdoors and carpets will be ignored, and the block underneath will be returned.