14    ::ll::TypedStorage<8, 128, ::std::array<::Block const*, 16>> mClayMaterials;
 
   15    ::ll::TypedStorage<8, 8, ::Block const*>                     mHardClayMaterial;
 
   16    ::ll::TypedStorage<1, 1, bool const>                         mBrycePillars;
 
   17    ::ll::TypedStorage<1, 1, bool const>                         mHasForest;
 
   23    MCAPI static ::std::array<::Block const*, 16> buildClayMaterials(
::Block const& base);