20 using StructureFeatureContainer = ::std::vector<::std::unique_ptr<::StructureFeature>>;
25 ::ll::TypedStorage<8, 48, ::br::worldgen::ChunkGeneratorStructureState> mGeneratorState;
26 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::StructureFeature>>> mStructureFeatures;
27 ::ll::TypedStorage<8, 136, ::br::worldgen::StructureCache> mStructureCache;
33 MCAPI
bool findNearestStructureFeature(
40 bool mustBeInNewChunks,
41 ::std::optional<::HashedString> biomeTag
44 MCAPI ::HashedString findStructureFeatureTypeAt(
::BlockPos const& pos);
46 MCAPI ::StructureFeature* getStructureFeatureOfType(
::HashedString type)
const;