Skip to main content

StructureReferenceMap

Type Alias StructureReferenceMap 

Source
pub type StructureReferenceMap = FxHashMap<Identifier, StructureReferenceSet>;
Expand description

Structure references → origin chunk positions.

Vanilla stores these as a fastutil LongOpenHashSet, so duplicates are ignored and feature-stage iteration follows that table order.

Aliased Type§

pub struct StructureReferenceMap { /* private fields */ }