19 ::ll::TypedStorage<4, 4, int> mSeaFloorDepth;
20 ::ll::TypedStorage<8, 8, ::Block const*> mSeaFloorMaterialBlock;
21 ::ll::TypedStorage<8, 8, ::Block const*> mFoundationMaterialBlock;
22 ::ll::TypedStorage<8, 8, ::Block const*> mMidMaterialBlock;
23 ::ll::TypedStorage<8, 8, ::Block const*> mTopMaterialBlock;
24 ::ll::TypedStorage<8, 8, ::Block const*> mSeaMaterialBlock;
25 ::ll::TypedStorage<8, 24, ::std::vector<::Block const*>> mFloorMaterialBlocks;
26 ::ll::TypedStorage<8, 24, ::std::vector<::Block const*>> mCeilingMaterialBlocks;
27 ::ll::TypedStorage<8, 8, ::Block const*> mBeachMaterialBlock;
28 ::ll::TypedStorage<4, 4, int> mMaxPuddleDepthBelowSeaLevel;
29 ::ll::TypedStorage<8, 8, ::Block const*> mClayMaterialBlock;
30 ::ll::TypedStorage<8, 8, ::Block const*> mHardClayMaterialBlock;
31 ::ll::TypedStorage<1, 1, bool> mBrycePillars;
32 ::ll::TypedStorage<1, 1, bool> mHasForest;
38 virtual bool resolveAndValidate(::entt::meta_any
const& component,
::BiomeRegistry const&) ;
40 virtual void applyToBiome(
::Biome& biome, ::entt::meta_any
const& component)
const ;
48 MCAPI
void makeAndSetSurfaceMaterialAttributes(
::Biome& biome)
const;
54 MCAPI
bool $resolveAndValidate(::entt::meta_any
const& component,
::BiomeRegistry const&);
56 MCAPI
void $applyToBiome(
::Biome& biome, ::entt::meta_any
const& component)
const;