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

Public Member Functions

TreatmentPackSourceoperator= (TreatmentPackSource const &)
 TreatmentPackSource (TreatmentPackSource const &)
virtual::PackOrigin getPackOrigin () const
virtual::PackType getPackType () const
virtual::PackSourceLoadResult _loadImpl (::PackSourceLoadOptions &&options)
virtual void forEachPackShared (::brstd::function_ref< void(::gsl::not_null<::std::shared_ptr<::Pack > >)> callback)
virtual void _buildSourcesForLoad (::std::vector<::gsl::not_null<::PackSource * > > &sources)
MCNAPI_C void _addPack (::std::shared_ptr<::Pack > pack)
MCAPI::PackSourceLoadResult _applyAndFinishLoadTask (::std::shared_ptr<::PackSource::PackTaskData > task)
MCAPI::PackSourceLoadResult _createImmediateLoadResult ()
MCAPI::PackSourceLoadResult _getTaskData (::brstd::function_ref<::PackSourceLoadResult(::std::shared_ptr<::PackSource::PackTaskData >)> task)
MCAPI bool _removePack (::brstd::function_ref< bool(::Pack const &)> predicate)
MCAPI::PackSourceLoadResult _returnOriginalPacks (::std::shared_ptr<::PackSource::PackTaskData > task)
MCNAPI_C ::std::shared_ptr<::PackfetchPack (::PackIdVersion const &packId)
MCNAPI_C void forEachPack (::std::function< void(::Pack &)> callback)
MCAPI::PackSourceReport load (::IPackManifestFactory &manifestFactory, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider)
MCAPI::PackSourceLoadResult requestLoad (::PackSourceLoadOptions &&options)
MCAPI void resolveUpgradeDependencies (::std::shared_ptr<::Pack > pack, ::PackCommand::UpgradeLegacyDependenciesBatch &commands)
MCAPI void * $ctor (::PackSourceOptions options)
MCFOLD void * $ctor ()
MCFOLD void * $ctor (::Bedrock::EnableNonOwnerReferences const &)
MCAPI void $forEachPackShared (::brstd::function_ref< void(::gsl::not_null<::std::shared_ptr<::Pack > >)> callback)
MCAPI::PackOrigin $getPackOrigin () const
MCAPI::PackType $getPackType () const
MCAPI void $_buildSourcesForLoad (::std::vector<::gsl::not_null<::PackSource * > > &sources)
MCFOLD void $dtor ()

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 1, 1 > mUnkca5dea
::ll::UntypedStorage< 8, 32 > mUnk34c181
::ll::UntypedStorage< 1, 1 > mUnk413230
::ll::UntypedStorage< 8, 8 > mUnkbebb21
::ll::UntypedStorage< 8, 8 > mUnk442d24
::ll::UntypedStorage< 8, 8 > mUnk809155
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock

Member Function Documentation

◆ _loadImpl()

virtual::PackSourceLoadResult TreatmentPackSource::_loadImpl ( ::PackSourceLoadOptions && options)
virtual

Implements PackSource.

◆ $vftable()

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

◆ _applyAndFinishLoadTask()

MCAPI::PackSourceLoadResult PackSource::_applyAndFinishLoadTask ( ::std::shared_ptr<::PackSource::PackTaskData > task)
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.

◆ _createImmediateLoadResult()

MCAPI::PackSourceLoadResult PackSource::_createImmediateLoadResult ( )
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.

◆ _getTaskData()

MCAPI::PackSourceLoadResult PackSource::_getTaskData ( ::brstd::function_ref<::PackSourceLoadResult(::std::shared_ptr<::PackSource::PackTaskData >)> task)
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 PackSource::_removePack ( ::brstd::function_ref< bool(::Pack const &)> predicate)
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.

◆ _returnOriginalPacks()

MCAPI::PackSourceLoadResult PackSource::_returnOriginalPacks ( ::std::shared_ptr<::PackSource::PackTaskData > task)
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.

◆ load()

MCAPI::PackSourceReport PackSource::load ( ::IPackManifestFactory & manifestFactory,
::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const & keyProvider )
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.

◆ requestLoad()

MCAPI::PackSourceLoadResult PackSource::requestLoad ( ::PackSourceLoadOptions && 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.

◆ resolveUpgradeDependencies()

MCAPI void PackSource::resolveUpgradeDependencies ( ::std::shared_ptr<::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.

◆ $ctor()

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.

◆ $forEachPackShared()

MCAPI void PackSource::$forEachPackShared ( ::brstd::function_ref< void(::gsl::not_null<::std::shared_ptr<::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 PackSource::$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 PackSource::$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.

◆ $_buildSourcesForLoad()

MCAPI void PackSource::$_buildSourcesForLoad ( ::std::vector<::gsl::not_null<::PackSource * > > & sources)
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: