25 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeIdType>> mAllowedBiomes;
26 ::ll::TypedStorage<4, 4, int> mSpacing;
27 ::ll::TypedStorage<4, 4, int> mMinSeparation;
38 virtual ::gsl::span<::BiomeIdType const> getRequiredBiomes()
const ;
41 virtual bool getNearestGeneratedFeature(
47 bool mustBeInNewChunks,
48 ::std::optional<::HashedString>
const& biomeTag
52 virtual bool shouldAddHardcodedSpawnAreas()
const ;
55 virtual bool shouldPostProcessMobs()
const ;
58 virtual bool isFeatureChunk(
68 virtual ::std::unique_ptr<::StructureStart> createStructureStart(
89 MCAPI
void* $ctor(uint seed);
95 MCFOLD ::gsl::span<::BiomeIdType const> $getRequiredBiomes()
const;
97 MCAPI
bool $getNearestGeneratedFeature(
103 bool mustBeInNewChunks,
104 ::std::optional<::HashedString>
const& biomeTag
107 MCFOLD
bool $shouldAddHardcodedSpawnAreas()
const;
109 MCFOLD
bool $shouldPostProcessMobs()
const;
111 MCAPI
bool $isFeatureChunk(
120 MCAPI ::std::unique_ptr<::StructureStart> $createStructureStart(
132 MCAPI
static void** $vftable();