| Name | <LocationTag.find_blocks[(<matcher>)].within[<#.#>]> |
| Returns | ListTag(LocationTag) |
| Description | Returns a list of blocks within a radius, with an optional search parameter for the block material.
Note: current implementation measures the center of nearby block's distance from the exact given location. Result list is sorted by closeness (1 = closest, 2 = next closest, ... last = farthest). |
| Group | finding |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L2690 |