LeviLamina
Loading...
Searching...
No Matches
WorldTemplatePackSource Class Reference
+ Inheritance diagram for WorldTemplatePackSource:

Public Member Functions

WorldTemplatePackSourceoperator= (WorldTemplatePackSource const &)
 
 WorldTemplatePackSource (WorldTemplatePackSource const &)
 
virtual::PackSourceReport load (::IPackManifestFactory &manifestFactory, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider)
 
MCAPI WorldTemplatePackSource (::WorldTemplatePackSourceOptions options)
 
MCAPI::PackSourceReport _tryLoadFromZip (::IPackManifestFactory &manifestFactory, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider, ::Core::PathBuffer<::std::string > const &worldTemplatePath, ::std::string const &subDir)
 
MCAPI void * $ctor (::WorldTemplatePackSourceOptions options)
 
MCAPI::PackSourceReport $load (::IPackManifestFactory &manifestFactory, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider)
 
virtual void forEachPackConst (::std::function< void(::Pack const &)> callback) const
 
virtual void forEachPack (::std::function< void(::Pack &)> callback)
 
virtual::PackOrigin getPackOrigin () const
 
virtual::PackType getPackType () const
 
MCAPI void addPack (::std::unique_ptr<::Pack > &&pack)
 
MCAPI void deleteAllPacksAndReset ()
 
MCAPI bool removePack (::Core::Path const &fullPath)
 
MCAPI void * $ctor (::DirectoryPackSourceOptions options)
 
MCAPI void * $ctor (::PackSourceOptions options)
 
MCAPI void $dtor ()
 
MCAPI void $forEachPackConst (::std::function< void(::Pack const &)> callback) const
 
MCAPI void $forEachPack (::std::function< void(::Pack &)> callback)
 
MCAPI::PackOrigin $getPackOrigin () const
 
MCAPI::PackType $getPackType () const
 
MCAPI void resolveUpgradeDependencies (::Pack &pack, ::PackCommand::UpgradeLegacyDependenciesBatch &commands)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 
static MCAPI void checkAndRemoveIncompletePacks (::Core::Path const &path)
 

Public Attributes

::ll::UntypedStorage< 8, 24 > mUnkc34428
 
::ll::UntypedStorage< 8, 16 > mUnk866f94
 
::ll::UntypedStorage< 1, 1 > mUnkedfcff
 
::ll::UntypedStorage< 8, 32 > mUnk821c35
 
::ll::UntypedStorage< 1, 1 > mUnkb21a6a
 
::ll::UntypedStorage< 1, 1 > mUnkafda18
 
::ll::UntypedStorage< 1, 1 > mUnk22bc19
 
::ll::UntypedStorage< 1, 1 > mUnk780433
 
::ll::UntypedStorage< 1, 1 > mUnka63529
 
::ll::UntypedStorage< 8, 24 > mUnke75300
 
::ll::UntypedStorage< 8, 64 > mUnkd51275
 
::ll::UntypedStorage< 8, 24 > mUnke5288a
 
::ll::UntypedStorage< 8, 8 > mUnkbebb21
 

Constructor & Destructor Documentation

◆ WorldTemplatePackSource()

MCAPI WorldTemplatePackSource::WorldTemplatePackSource ( ::WorldTemplatePackSourceOptions options)
explicit
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

◆ load()

virtual::PackSourceReport WorldTemplatePackSource::load ( ::IPackManifestFactory & manifestFactory,
::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const & keyProvider )
virtual

Reimplemented from DirectoryPackSource.

◆ _tryLoadFromZip()

MCAPI::PackSourceReport WorldTemplatePackSource::_tryLoadFromZip ( ::IPackManifestFactory & manifestFactory,
::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const & keyProvider,
::Core::PathBuffer<::std::string > const & worldTemplatePath,
::std::string const & subDir )
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 * WorldTemplatePackSource::$ctor ( ::WorldTemplatePackSourceOptions options)
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::PackSourceReport WorldTemplatePackSource::$load ( ::IPackManifestFactory & manifestFactory,
::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const & keyProvider )
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 ** WorldTemplatePackSource::$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.

◆ forEachPackConst()

virtual void DirectoryPackSource::forEachPackConst ( ::std::function< void(::Pack const &)> callback) const
virtualinherited

Implements PackSource.

◆ forEachPack()

virtual void DirectoryPackSource::forEachPack ( ::std::function< void(::Pack &)> callback)
virtualinherited

Implements PackSource.

◆ addPack()

MCAPI void DirectoryPackSource::addPack ( ::std::unique_ptr<::Pack > && pack)
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.

◆ deleteAllPacksAndReset()

MCAPI void DirectoryPackSource::deleteAllPacksAndReset ( )
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.

◆ removePack()

MCAPI bool DirectoryPackSource::removePack ( ::Core::Path const & fullPath)
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.

◆ checkAndRemoveIncompletePacks()

static MCAPI void DirectoryPackSource::checkAndRemoveIncompletePacks ( ::Core::Path const & path)
staticinherited
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 * DirectoryPackSource::$ctor ( ::DirectoryPackSourceOptions options)
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.

◆ $ctor() [3/3]

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

◆ $dtor()

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

◆ $forEachPackConst()

MCAPI void DirectoryPackSource::$forEachPackConst ( ::std::function< void(::Pack const &)> callback) 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.

◆ $forEachPack()

MCAPI void DirectoryPackSource::$forEachPack ( ::std::function< void(::Pack &)> callback)
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.

◆ $getPackOrigin()

MCAPI::PackOrigin DirectoryPackSource::$getPackOrigin ( ) 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.

◆ $getPackType()

MCAPI::PackType DirectoryPackSource::$getPackType ( ) 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.

◆ resolveUpgradeDependencies()

MCAPI void PackSource::resolveUpgradeDependencies ( ::Pack & pack,
::PackCommand::UpgradeLegacyDependenciesBatch & commands )
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 class was generated from the following file: