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

Public Member Functions

MCAPI StructureTemplateData ()
 
MCAPI::StructureLoadResult _parseBlockIndices (::CompoundTag const &structureTag)
 
MCAPI::StructureLoadResult _parseEntities (::CompoundTag const &structureTag)
 
MCAPI::StructureLoadResult _parseFormatVersion (::CompoundTag const &tag)
 
MCAPI::StructureLoadResult _parsePalettes (::CompoundTag const &structureTag)
 
MCAPI::StructureLoadResult _parseSize (::CompoundTag const &tag)
 
MCAPI::StructureLoadResult _parseStructureWorldOrigin (::CompoundTag const &tag)
 
MCAPI void _saveBlockIndices (::CompoundTag &structureTag) const
 
MCAPI void _saveEntities (::CompoundTag &structureTag) const
 
MCAPI void _savePalettes (::CompoundTag &structureTag) const
 
MCAPI::StructureBlockPalette const * getPalette (::std::string const &name) const
 
MCAPI bool load (::CompoundTag const &tag)
 
MCAPI ::std::unique_ptr<::CompoundTagsave () const
 
MCAPI void setBlockIndices (::std::vector< int > blockIndices)
 
MCAPI void setExtraBlockIndices (::std::vector< int > extraBlockIndices)
 
MCAPI void * $ctor ()
 
MCAPI void $dtor ()
 

Static Public Member Functions

static MCAPI ::std::string const & DEFAULT_PALETTE_NAME ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 4, 4, int > mFormatVersion
 
::ll::TypedStorage< 4, 12, ::BlockPosmSize
 
::ll::TypedStorage< 4, 12, ::BlockPosmStructureWorldOrigin
 
::ll::TypedStorage< 8, 24, ::std::vector< int > > mBlockIndices
 
::ll::TypedStorage< 8, 24, ::std::vector< int > > mExtraBlockIndices
 
::ll::TypedStorage< 8, 64, ::std::unordered_map<::std::string, ::StructureBlockPalette > > mPalettes
 
::ll::TypedStorage< 8, 24, ::std::vector<::std::unique_ptr<::CompoundTag > > > mEntityData
 

Constructor & Destructor Documentation

◆ StructureTemplateData()

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

◆ _parseBlockIndices()

MCAPI::StructureLoadResult StructureTemplateData::_parseBlockIndices ( ::CompoundTag const & structureTag)
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.

◆ _parseEntities()

MCAPI::StructureLoadResult StructureTemplateData::_parseEntities ( ::CompoundTag const & structureTag)
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.

◆ _parseFormatVersion()

MCAPI::StructureLoadResult StructureTemplateData::_parseFormatVersion ( ::CompoundTag const & tag)
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.

◆ _parsePalettes()

MCAPI::StructureLoadResult StructureTemplateData::_parsePalettes ( ::CompoundTag const & structureTag)
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.

◆ _parseSize()

MCAPI::StructureLoadResult StructureTemplateData::_parseSize ( ::CompoundTag const & tag)
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.

◆ _parseStructureWorldOrigin()

MCAPI::StructureLoadResult StructureTemplateData::_parseStructureWorldOrigin ( ::CompoundTag const & tag)
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.

◆ _saveBlockIndices()

MCAPI void StructureTemplateData::_saveBlockIndices ( ::CompoundTag & structureTag) 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.

◆ _saveEntities()

MCAPI void StructureTemplateData::_saveEntities ( ::CompoundTag & structureTag) 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.

◆ _savePalettes()

MCAPI void StructureTemplateData::_savePalettes ( ::CompoundTag & structureTag) 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.

◆ getPalette()

MCAPI::StructureBlockPalette const * StructureTemplateData::getPalette ( ::std::string const & name) 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.

◆ load()

MCAPI bool StructureTemplateData::load ( ::CompoundTag const & tag)
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.

◆ save()

MCAPI ::std::unique_ptr<::CompoundTag > StructureTemplateData::save ( ) 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.

◆ setBlockIndices()

MCAPI void StructureTemplateData::setBlockIndices ( ::std::vector< int > blockIndices)
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.

◆ setExtraBlockIndices()

MCAPI void StructureTemplateData::setExtraBlockIndices ( ::std::vector< int > extraBlockIndices)
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.

◆ DEFAULT_PALETTE_NAME()

static MCAPI ::std::string const & StructureTemplateData::DEFAULT_PALETTE_NAME ( )
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()

MCAPI void * StructureTemplateData::$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.

◆ $dtor()

MCAPI void StructureTemplateData::$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.

◆ $vftable()

static MCAPI void ** StructureTemplateData::$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.

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