Skip to main content

VANILLA_TEMPLATE_CACHE

Static VANILLA_TEMPLATE_CACHE 

Source
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.