22class AncientCityFeature :
public ::StructureFeature {
26 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeIdType>> mAllowedBiomes;
36 virtual bool isFeatureChunk(
45 virtual ::gsl::span<::BiomeIdType const> getRequiredBiomes()
const ;
47 virtual bool getNearestGeneratedFeature(
53 bool mustBeInNewChunks,
54 ::std::optional<::HashedString>
const& biomeTag
57 virtual ::std::unique_ptr<::StructureStart> createStructureStart(
81 MCAPI
bool $isFeatureChunk(
90 MCFOLD ::gsl::span<::BiomeIdType const> $getRequiredBiomes()
const;
92 MCAPI
bool $getNearestGeneratedFeature(
98 bool mustBeInNewChunks,
99 ::std::optional<::HashedString>
const& biomeTag
102 MCAPI ::std::unique_ptr<::StructureStart> $createStructureStart(