24 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> allowedBiomes;
25 ::ll::TypedStorage<4, 4, int> mTownSpacing;
26 ::ll::TypedStorage<4, 4, int> mMinTownSeparation;
37 virtual bool isFeatureChunk(
47 virtual bool getNearestGeneratedFeature(
53 bool mustBeInNewChunks,
54 ::std::optional<::HashedString>
const& biomeTag
58 virtual bool shouldPostProcessMobs()
const ;
61 virtual ::std::unique_ptr<::StructureStart> createStructureStart(
76 MCAPI
VillageFeature(uint seed,
int townSpacing,
int minTownSeparation);
82 MCAPI
void* $ctor(uint seed,
int townSpacing,
int minTownSeparation);
88 MCAPI
bool $isFeatureChunk(
97 MCAPI
bool $getNearestGeneratedFeature(
103 bool mustBeInNewChunks,
104 ::std::optional<::HashedString>
const& biomeTag
107 MCFOLD
bool $shouldPostProcessMobs()
const;
109 MCAPI ::std::unique_ptr<::StructureStart> $createStructureStart(