static VANILLA_TEMPLATE_CACHE: LazyLock<SyncRwLock<FxHashMap<Identifier, Arc<StructureTemplate>>>>Expand description
Process-wide cache of parsed vanilla structure templates.
Bundled template NBT is immutable, so each template is decompressed and parsed at most once; every placement afterwards shares the parsed result.