22 using StructureFeatureContainer = ::std::vector<::std::unique_ptr<::StructureFeature>>;
27 ::ll::TypedStorage<8, 48, ::br::worldgen::ChunkGeneratorStructureState> mGeneratorState;
28 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::StructureFeature>>> mStructureFeatures;
29 ::ll::TypedStorage<8, 136, ::br::worldgen::StructureCache> mStructureCache;
35 MCAPI
bool findNearestStructureFeature(
42 bool mustBeInNewChunks,
43 ::std::optional<::HashedString> biomeTag
46 MCAPI ::HashedString findStructureFeatureTypeAt(
::BlockPos const& pos);
48 MCAPI ::StructureFeature* getStructureFeatureOfType(
::HashedString type)
const;