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

interface BiomeSearchOptions {
    boundingSize?: Vector3;
}

Properties

Properties

boundingSize?: Vector3

Bounding volume size to look within.