11 enum class Settings :
int {
20 ::ll::TypedStorage<4, 4, ::MaterialType> mType;
21 ::ll::TypedStorage<1, 1, bool> mNeverBuildable;
22 ::ll::TypedStorage<1, 1, bool> mLiquid;
23 ::ll::TypedStorage<1, 1, bool> mBlocksMotion;
24 ::ll::TypedStorage<1, 1, bool> mBlocksPrecipitation;
25 ::ll::TypedStorage<1, 1, bool> mSolid;
26 ::ll::TypedStorage<1, 1, bool> mSuperHot;
32 MCAPI
static void _setupMaterials();
34 MCAPI static ::Material
const& getMaterial(::MaterialType type);
40 MCAPI static ::std::vector<::std::unique_ptr<::Material>>& mMaterials();