@minecraft/server
    Preparing search index...

    Interface BiomeSearchOptionsBeta

    Contains additional options for searches for the dimension.findNearestBiome API.

    interface BiomeSearchOptions {
        boundingSize?: Vector3;
    }
    Index

    Properties

    Properties

    boundingSize?: Vector3

    Bounding volume size to look within.