25 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeIdType>> allowedBiomes;
26 ::ll::TypedStorage<4, 4, int> mTownSpacing;
27 ::ll::TypedStorage<4, 4, int> mMinTownSeparation;
38 virtual ::gsl::span<::BiomeIdType const> getRequiredBiomes()
const ;
41 virtual bool isFeatureChunk(
51 virtual bool getNearestGeneratedFeature(
57 bool mustBeInNewChunks,
58 ::std::optional<::HashedString>
const& biomeTag
62 virtual bool shouldPostProcessMobs()
const ;
65 virtual ::std::unique_ptr<::StructureStart> createStructureStart(
80 MCAPI
VillageFeature(uint seed,
int townSpacing,
int minTownSeparation);
86 MCAPI
void* $ctor(uint seed,
int townSpacing,
int minTownSeparation);
92 MCFOLD ::gsl::span<::BiomeIdType const> $getRequiredBiomes()
const;
94 MCAPI
bool $isFeatureChunk(
103 MCAPI
bool $getNearestGeneratedFeature(
109 bool mustBeInNewChunks,
110 ::std::optional<::HashedString>
const& biomeTag
113 MCFOLD
bool $shouldPostProcessMobs()
const;
115 MCAPI ::std::unique_ptr<::StructureStart> $createStructureStart(