21class BuriedTreasureFeature :
public ::StructureFeature {
25 ::ll::TypedStorage<4, 4, int> mSpacing;
26 ::ll::TypedStorage<4, 4, int> mMinSeparation;
27 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeIdType>> mAllowedBiomes;
32 BuriedTreasureFeature();
37 virtual ::gsl::span<::BiomeIdType const> getRequiredBiomes()
const ;
39 virtual bool getNearestGeneratedFeature(
45 bool mustBeInNewChunks,
46 ::std::optional<::HashedString>
const& biomeTag
49 virtual ::std::unique_ptr<::StructureStart> createStructureStart(
57 virtual bool isFeatureChunk(
66 virtual ~BuriedTreasureFeature() =
default;
72 MCAPI
explicit BuriedTreasureFeature(uint seed);
78 MCAPI
void* $ctor(uint seed);
84 MCFOLD ::gsl::span<::BiomeIdType const> $getRequiredBiomes()
const;
86 MCAPI
bool $getNearestGeneratedFeature(
92 bool mustBeInNewChunks,
93 ::std::optional<::HashedString>
const& biomeTag
96 MCAPI ::std::unique_ptr<::StructureStart> $createStructureStart(
104 MCAPI
bool $isFeatureChunk(