23class OceanRuinFeature :
public ::StructureFeature {
27 ::ll::TypedStorage<1, 1, bool const> mUseTiltedSpacing;
28 ::ll::TypedStorage<4, 4, int const> mRuinSpacing;
29 ::ll::TypedStorage<4, 4, int const> mMinRuinSeparation;
30 ::ll::TypedStorage<8, 24, ::std::vector<::BiomeIdType>> allowedBiomes;
31 ::ll::TypedStorage<8, 8, ::OceanMonumentFeature&> mMonument;
36 OceanRuinFeature& operator=(OceanRuinFeature
const&);
37 OceanRuinFeature(OceanRuinFeature
const&);
43 virtual ::gsl::span<::BiomeIdType const> getRequiredBiomes()
const ;
45 virtual bool getNearestGeneratedFeature(
51 bool mustBeInNewChunks,
52 ::std::optional<::HashedString>
const& biomeTag
55 virtual bool isFeatureChunk(
64 virtual ::std::unique_ptr<::StructureStart> createStructureStart(
72 virtual ~OceanRuinFeature() =
default;
90 MCAPI ::gsl::span<::BiomeIdType const> $getRequiredBiomes()
const;
92 MCAPI
bool $getNearestGeneratedFeature(
98 bool mustBeInNewChunks,
99 ::std::optional<::HashedString>
const& biomeTag
102 MCAPI
bool $isFeatureChunk(
111 MCAPI ::std::unique_ptr<::StructureStart> $createStructureStart(