24 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> allowedBiomes;
25 ::ll::TypedStorage<4, 4, int> mTownSpacing;
26 ::ll::TypedStorage<4, 4, int> mMinTownSeparation;
38 virtual bool getNearestGeneratedFeature(
44 bool mustBeInNewChunks,
45 ::std::optional<::HashedString>
const& biomeTag
49 virtual bool shouldPostProcessMobs()
const ;
52 virtual ::std::unique_ptr<::StructureStart> createStructureStart(
67 MCAPI
VillageFeature(uint seed,
int townSpacing,
int minTownSeparation);
73 MCAPI
void* $ctor(uint seed,
int townSpacing,
int minTownSeparation);
88 MCAPI
bool $getNearestGeneratedFeature(
94 bool mustBeInNewChunks,
95 ::std::optional<::HashedString>
const& biomeTag
98 MCFOLD
bool $shouldPostProcessMobs()
const;
100 MCAPI ::std::unique_ptr<::StructureStart> $createStructureStart(
112 MCAPI
static void** $vftable();