LeviLamina
Loading...
Searching...
No Matches
Material Class Reference

Public Types

enum class  Settings : int { Solid = 0 , Liquid = 1 , NonSolid = 2 }
 

Static Public Member Functions

static MCAPI ::Material const & getMaterial (::MaterialType type)
 
static MCAPI void initMaterials ()
 
static MCAPI ::std::vector<::std::unique_ptr<::Material > > & mMaterials ()
 

Public Attributes

::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
 

Member Function Documentation

◆ getMaterial()

static MCAPI ::Material const & Material::getMaterial ( ::MaterialType type)
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ initMaterials()

static MCAPI void Material::initMaterials ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ mMaterials()

static MCAPI ::std::vector<::std::unique_ptr<::Material > > & Material::mMaterials ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: