| Name | <LocationTag.find_nearest_biome[<biome>]> |
| Returns | LocationTag |
| Description | Returns the location of the nearest block of the given biome type (or null).
Warning: may be extremely slow to process. Use with caution. |
| Generated Example | |
| Group | finding |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L2584 |