25 ::ll::TypedStorage<4, 4, int const> OUTPOST_SPACING;
26 ::ll::TypedStorage<4, 4, int const> MIN_OUTPOST_SEPARATION;
27 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeIdType>> mAllowedBiomes;
38 virtual ::gsl::span<::BiomeIdType const> getRequiredBiomes()
const ;
41 virtual bool getNearestGeneratedFeature(
47 bool mustBeInNewChunks,
48 ::std::optional<::HashedString>
const& biomeTag
52 virtual bool isFeatureChunk(
62 virtual bool shouldAddHardcodedSpawnAreas()
const ;
65 virtual bool shouldPostProcessMobs()
const ;
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 MCAPI
bool $isFeatureChunk(
116 MCFOLD
bool $shouldAddHardcodedSpawnAreas()
const;
118 MCFOLD
bool $shouldPostProcessMobs()
const;
120 MCAPI ::std::unique_ptr<::StructureStart> $createStructureStart(
132 MCAPI
static void** $vftable();
Definition PillagerOutpostFeature.h:21