21class PillagerOutpostFeature :
public ::StructureFeature {
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;
32 PillagerOutpostFeature();
37 virtual ::gsl::span<::BiomeIdType const> getRequiredBiomes()
const ;
39 virtual bool getNearestGeneratedFeature(
45 bool mustBeInNewChunks,
46 ::std::optional<::HashedString>
const& biomeTag
49 virtual bool isFeatureChunk(
58 virtual bool shouldAddHardcodedSpawnAreas()
const ;
60 virtual bool shouldPostProcessMobs()
const ;
62 virtual ::std::unique_ptr<::StructureStart> createStructureStart(
70 virtual ~PillagerOutpostFeature() =
default;
76 MCAPI
explicit PillagerOutpostFeature(uint seed);
82 MCAPI
void* $ctor(uint seed);
88 MCFOLD ::gsl::span<::BiomeIdType const> $getRequiredBiomes()
const;
90 MCAPI
bool $getNearestGeneratedFeature(
96 bool mustBeInNewChunks,
97 ::std::optional<::HashedString>
const& biomeTag
100 MCAPI
bool $isFeatureChunk(
109 MCFOLD
bool $shouldAddHardcodedSpawnAreas()
const;
111 MCFOLD
bool $shouldPostProcessMobs()
const;
113 MCAPI ::std::unique_ptr<::StructureStart> $createStructureStart(