Name | <LocationTag.find_structure[structure=<structure>;radius=<#>(;unexplored=<true/{false}>)]> |
Returns | LocationTag |
Description | Finds the closest structure of the given type within the specified chunk radius (if any), optionally only searching for unexplored ones.
For a list of default structures, see https://minecraft.wiki/w/Structure#ID. Alternatively, you can specify a custom structure from a datapack, plugin, etc. as a namespaced key. See also server.structures for all structures currently available on the server. |
Example |
|
Group | finding |
Warning(s) | See Structure lookups for potential issues/edge cases in structure lookups. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4311 |