3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
13namespace ResourcePackPaths {
16MCNAPI ::Core::PathBuffer<::std::string>
19MCNAPI ::Core::PathBuffer<::std::string> getCachedBehaviorPacksPath();
21MCNAPI ::Core::PathBuffer<::std::string> getCachedBehaviorPacksPath(
::AppPlatform& platform);
23MCNAPI ::Core::PathBuffer<::std::string> getCachedResourcePacksPath(
::AppPlatform& platform);
25MCNAPI ::Core::PathBuffer<::std::string> getPremiumBehaviorPackPath(
::AppPlatform const& platform);
27MCNAPI ::Core::PathBuffer<::std::string> getPremiumPackPath();
29MCNAPI ::Core::PathBuffer<::std::string> getPremiumPackPath(
::AppPlatform const& platform);
31MCNAPI ::Core::PathBuffer<::std::string> getPremiumResourcePackPath(
::AppPlatform const& platform);
33MCNAPI ::Core::PathBuffer<::std::string> getPremiumWorldTemplatePath(
::AppPlatform const& platform);
35MCNAPI ::Core::PathBuffer<::std::string> getSystemServicePackPath(
::AppPlatform const& platform);
37MCNAPI ::Core::PathBuffer<::std::string> getTemporaryPremiumBehaviorPacksPath(
::AppPlatform& platform);
39MCNAPI ::Core::PathBuffer<::std::string> getTemporaryPremiumResourcePacksPath(
::AppPlatform& platform);
44MCNAPI ::std::string
const& BEHAVIOR_PACK_PATH();
46MCNAPI ::std::string
const& DEVELOPMENT_BEHAVIOR_PACKS_PATH();
48MCNAPI ::std::string
const& DEVELOPMENT_RESOURCE_PACKS_PATH();
50MCNAPI ::std::string
const& DEVELOPMENT_SKIN_PACKS_PATH();
52MCNAPI ::Core::PathBuffer<::std::string>
const& GLOBAL_RESOURCE_PACKS_FILENAME();
54MCNAPI ::Core::PathBuffer<::std::string>
const& KNOWN_INVALID_PACKS_FILE_NAME();
56MCNAPI ::Core::PathBuffer<::std::string>
const& KNOWN_VALID_PACKS_FILE_NAME();
58MCNAPI ::std::string
const& RESOURCE_PACKS_PATH();
60MCNAPI ::std::string
const& SKIN_PACKS_PATH();
62MCNAPI ::std::string
const& SYSTEM_SERVICE_PACK_PATH();
64MCNAPI ::std::string
const& TREATMENT_PACK_PATH();
Definition PathBuffer.h:8