| Name | <LocationTag.find_spawnable_blocks_within[<#.#>]> |
| Returns | ListTag(LocationTag) |
| Description | Returns a list of blocks within a radius, that are safe for spawning, with the same logic as LocationTag.is_spawnable.
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). |
| Generated Example | |
| Group | finding |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L2796 |