LeviLamina
Loading...
Searching...
No Matches
BlockMaterialInstancesDescription Struct Reference
+ Inheritance diagram for BlockMaterialInstancesDescription:

Classes

struct  BlockMaterialData
 
struct  BlockMaterialInstanceData
 

Public Member Functions

virtual::std::string const & getName () const
 
virtual void initializeComponentFromCode (::BlockComponentStorage &blockComponentStorage) const
 
virtual void initializeComponent (::BlockComponentStorage &blockComponentStorage) const
 
virtual bool isNetworkComponent () const
 
virtual ::std::unique_ptr<::CompoundTagbuildNetworkTag (::cereal::ReflectionCtx const &ctx) const
 
virtual void initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx)
 
MCAPI BlockMaterialInstancesDescription ()
 
MCAPI BlockMaterialInstancesDescription (::BlockMaterialInstancesDescription const &)
 
MCAPI BlockMaterialInstancesDescription (::std::string const &textureName, ::BlockRenderLayer renderLayer, float ambientOcclusion, bool faceDimming, ::TintMethod tintMethod, bool randomizeUVRotation)
 
MCAPI::BlockMaterialInstancesDescription & operator= (::BlockMaterialInstancesDescription const &)
 
MCAPI::BlockMaterialInstancesDescription & operator= (::BlockMaterialInstancesDescription &&)
 
MCAPI void * $ctor ()
 
MCAPI void * $ctor (::BlockMaterialInstancesDescription const &)
 
MCAPI void * $ctor (::std::string const &textureName, ::BlockRenderLayer renderLayer, float ambientOcclusion, bool faceDimming, ::TintMethod tintMethod, bool randomizeUVRotation)
 
MCAPI void $dtor ()
 
MCAPI::std::string const & $getName () const
 
MCAPI void $initializeComponentFromCode (::BlockComponentStorage &blockComponentStorage) const
 
MCAPI void $initializeComponent (::BlockComponentStorage &blockComponentStorage) const
 
MCAPI bool $isNetworkComponent () const
 
MCAPI ::std::unique_ptr<::CompoundTag$buildNetworkTag (::cereal::ReflectionCtx const &ctx) const
 
MCAPI void $initializeFromNetwork (::CompoundTag const &tag, ::cereal::ReflectionCtx const &ctx)
 
virtual void initializeComponent (::EntityContext &entity) const
 
virtual void initializeComponentFromCode (::EntityContext &entity) const
 
virtual void buildSchema (::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::BlockComponentGroupDescription > > &componentSchema, ::BlockComponentFactory const &factory) const
 
virtual void handleVersionBasedInitialization (::SemVersion const &originalJsonVersion)
 
MCAPI void $initializeComponent (::EntityContext &entity) const
 
MCAPI void $initializeComponentFromCode (::EntityContext &entity) const
 
MCAPI void $buildSchema (::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::BlockComponentGroupDescription > > &componentSchema, ::BlockComponentFactory const &factory) const
 
MCAPI void $handleVersionBasedInitialization (::SemVersion const &originalJsonVersion)
 

Static Public Member Functions

static MCAPI void bindType (::cereal::ReflectionCtx &ctx)
 
static MCAPI bool postParseConstraint (::Experiments const &, ::Json::Value const &componentJson, ::SemVersion const &jsonVersion)
 
static MCAPI ::std::string const & NameID ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 64 > mUnk98b178
 
::ll::UntypedStorage< 8, 64 > mUnkfaac49
 
::ll::UntypedStorage< 1, 1 > mUnke3e67a
 

Constructor & Destructor Documentation

◆ BlockMaterialInstancesDescription() [1/3]

MCAPI BlockMaterialInstancesDescription::BlockMaterialInstancesDescription ( )
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.

◆ BlockMaterialInstancesDescription() [2/3]

MCAPI BlockMaterialInstancesDescription::BlockMaterialInstancesDescription ( ::BlockMaterialInstancesDescription const & )
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.

◆ BlockMaterialInstancesDescription() [3/3]

MCAPI BlockMaterialInstancesDescription::BlockMaterialInstancesDescription ( ::std::string const & textureName,
::BlockRenderLayer renderLayer,
float ambientOcclusion,
bool faceDimming,
::TintMethod tintMethod,
bool randomizeUVRotation )
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.

Member Function Documentation

◆ initializeComponentFromCode()

virtual void BlockMaterialInstancesDescription::initializeComponentFromCode ( ::BlockComponentStorage & blockComponentStorage) const
virtual

Reimplemented from BlockComponentDescription.

◆ initializeComponent()

virtual void BlockMaterialInstancesDescription::initializeComponent ( ::BlockComponentStorage & blockComponentStorage) const
virtual

Reimplemented from BlockComponentDescription.

◆ isNetworkComponent()

virtual bool BlockMaterialInstancesDescription::isNetworkComponent ( ) const
virtual

Reimplemented from BlockComponentDescription.

◆ initializeFromNetwork()

virtual void BlockMaterialInstancesDescription::initializeFromNetwork ( ::CompoundTag const & tag,
::cereal::ReflectionCtx const & ctx )
virtual

Reimplemented from BlockComponentDescription.

◆ operator=() [1/2]

MCAPI::BlockMaterialInstancesDescription & BlockMaterialInstancesDescription::operator= ( ::BlockMaterialInstancesDescription const & )
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.

◆ operator=() [2/2]

MCAPI::BlockMaterialInstancesDescription & BlockMaterialInstancesDescription::operator= ( ::BlockMaterialInstancesDescription && )
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.

◆ bindType()

static MCAPI void BlockMaterialInstancesDescription::bindType ( ::cereal::ReflectionCtx & ctx)
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.

◆ postParseConstraint()

static MCAPI bool BlockMaterialInstancesDescription::postParseConstraint ( ::Experiments const & ,
::Json::Value const & componentJson,
::SemVersion const & jsonVersion )
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.

◆ NameID()

static MCAPI ::std::string const & BlockMaterialInstancesDescription::NameID ( )
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.

◆ $ctor() [1/3]

MCAPI void * BlockMaterialInstancesDescription::$ctor ( )
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.

◆ $ctor() [2/3]

MCAPI void * BlockMaterialInstancesDescription::$ctor ( ::BlockMaterialInstancesDescription const & )
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.

◆ $ctor() [3/3]

MCAPI void * BlockMaterialInstancesDescription::$ctor ( ::std::string const & textureName,
::BlockRenderLayer renderLayer,
float ambientOcclusion,
bool faceDimming,
::TintMethod tintMethod,
bool randomizeUVRotation )
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.

◆ $dtor()

MCAPI void BlockMaterialInstancesDescription::$dtor ( )
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.

◆ $getName()

MCAPI::std::string const & BlockMaterialInstancesDescription::$getName ( ) const
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.

◆ $initializeComponentFromCode() [1/2]

MCAPI void BlockMaterialInstancesDescription::$initializeComponentFromCode ( ::BlockComponentStorage & blockComponentStorage) const
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.

◆ $initializeComponent() [1/2]

MCAPI void BlockMaterialInstancesDescription::$initializeComponent ( ::BlockComponentStorage & blockComponentStorage) const
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.

◆ $isNetworkComponent()

MCAPI bool BlockMaterialInstancesDescription::$isNetworkComponent ( ) const
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.

◆ $buildNetworkTag()

MCAPI ::std::unique_ptr<::CompoundTag > BlockMaterialInstancesDescription::$buildNetworkTag ( ::cereal::ReflectionCtx const & ctx) const
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.

◆ $initializeFromNetwork()

MCAPI void BlockMaterialInstancesDescription::$initializeFromNetwork ( ::CompoundTag const & tag,
::cereal::ReflectionCtx const & ctx )
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.

◆ $vftable()

static MCAPI void ** BlockMaterialInstancesDescription::$vftable ( )
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.

◆ $initializeComponent() [2/2]

MCAPI void BlockComponentDescription::$initializeComponent ( ::EntityContext & entity) const
inherited
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.

◆ $initializeComponentFromCode() [2/2]

MCAPI void BlockComponentDescription::$initializeComponentFromCode ( ::EntityContext & entity) const
inherited
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.

◆ $buildSchema()

MCAPI void BlockComponentDescription::$buildSchema ( ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::BlockComponentGroupDescription > > & componentSchema,
::BlockComponentFactory const & factory ) const
inherited
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.

◆ $handleVersionBasedInitialization()

MCAPI void BlockComponentDescription::$handleVersionBasedInitialization ( ::SemVersion const & originalJsonVersion)
inherited
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 struct was generated from the following file: