Script API - v1.21.110.26
    Preparing search index...

    Interface GetBlocksStandingOnOptionsBeta

    Contains additional options for getBlockStandingOn and getAllBlocksStandingOn.

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

    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.