|
| enum class | Settings : int { Solid = 0
, Liquid = 1
, NonSolid = 2
} |
| |
|
|
static MCAPI void | _setupMaterials () |
| |
|
static MCAPI ::Material const & | getMaterial (::MaterialType type) |
| |
|
static MCAPI ::std::vector<::std::unique_ptr<::Material > > & | mMaterials () |
| |
|
|
::ll::TypedStorage< 4, 4, ::MaterialType > | mType |
| |
|
::ll::TypedStorage< 1, 1, bool > | mNeverBuildable |
| |
|
::ll::TypedStorage< 1, 1, bool > | mLiquid |
| |
|
::ll::TypedStorage< 1, 1, bool > | mBlocksMotion |
| |
|
::ll::TypedStorage< 1, 1, bool > | mBlocksPrecipitation |
| |
|
::ll::TypedStorage< 1, 1, bool > | mSolid |
| |
|
::ll::TypedStorage< 1, 1, bool > | mSuperHot |
| |
The documentation for this class was generated from the following file: