3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/resource_processing/PreloadState.h"
10namespace Bedrock::Resources {
class PreloadedPathHandle; }
11namespace Bedrock::Resources::Archive {
class Reader; }
12namespace Core {
class Path; }
15namespace Bedrock::Resources {
17class PreloadCache :
public ::std::enable_shared_from_this<::Bedrock::Resources::PreloadCache> {
65 MCNAPI ::Bedrock::Resources::PreloadState
_getAsset(
68 ::std::string* assetData
71 MCNAPI ::Bedrock::Resources::PreloadedPathHandle
81 ::std::weak_ptr<::Bedrock::Resources::PreloadCache> weakThis,
Definition PreloadCache.h:17
MCAPI void * $ctor(::Bedrock::Resources::PreloadCache::SharedOnlyConstructionTag)
MCAPI::Bedrock::Resources::PreloadedPathHandle _findPreloadedPath(::Bedrock::Resources::PreloadCache::PreloadedContentMaps const &contentMaps, ::Core::Path const &cleanPath) const
static MCAPI void _preloadedPathDeleter(::std::weak_ptr<::Bedrock::Resources::PreloadCache > weakThis, ::Core::Path const &path, ::Bedrock::Resources::Archive::Reader *reader)
MCAPI::Bedrock::Resources::PreloadState _getAsset(::Bedrock::Resources::PreloadCache::PreloadedContentMaps const &contentMaps, ::Core::Path const &path, ::std::string *assetData) const
MCAPI PreloadCache(::Bedrock::Resources::PreloadCache::SharedOnlyConstructionTag)
MCAPI::Bedrock::Resources::PreloadedPathHandle findPreloadedPath(::Core::Path const &path) const
MCAPI::Bedrock::Resources::PreloadedPathHandle addPreloadedPath(::Core::Path const &path, ::std::unique_ptr<::Bedrock::Resources::Archive::Reader > archiveReader)
Definition PreloadCache.h:28
Definition PreloadCache.h:26