3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/file/PathBuffer.h"
7#include "mc/deps/core/string/BasicStackString.h"
8#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
42 FilePathManager& operator=(FilePathManager
const&);
48 virtual ~FilePathManager() ;
58 MCNAPI_C ::Core::PathView getWorldsPath()
const;
66 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
ARCHIVE_DIR();
68 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
HOME_DIR();
70 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
PERSONA_TEST_DIR();
72 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
REALM_WORLDS_DIR();
74 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
RESOURCE_PACKS_DIR();
76 MCNAPI static ::Core::PathBuffer<::Core::BasicStackString<char, 1024>>
const&
WORLDS_DIR();
Definition EnableNonOwnerReferences.h:7
Definition FilePathManager.h:18
MCAPI FilePathManager(::Core::FilePathManager const &)
static MCAPI void ** $vftable()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & ARCHIVE_DIR()
MCAPI void * $ctor(::Core::FilePathManagerPaths &&paths)
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & WORLDS_DIR()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & RESOURCE_PACKS_DIR()
MCAPI void * $ctor(::Core::FilePathManager const &)
MCAPI FilePathManager(::Core::FilePathManagerPaths &&paths)
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & HOME_DIR()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & PERSONA_TEST_DIR()
static MCAPI ::Core::PathBuffer<::Core::BasicStackString< char, 1024 > > const & REALM_WORLDS_DIR()
MCAPI void setRootPath(::Core::PathView path)
Definition FilePathManagerPaths.h:7