LeviLamina
Loading...
Searching...
No Matches
LevelLooseFileStorage.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ContentIdentity
;
11
class
IContentKeyProvider
;
12
class
PackAccessStrategy
;
13
namespace
Core {
class
Path
; }
14
// clang-format on
15
16
class
LevelLooseFileStorage {
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 64>
mUnk49fb12;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
LevelLooseFileStorage& operator=(LevelLooseFileStorage
const
&);
26
LevelLooseFileStorage(LevelLooseFileStorage
const
&);
27
LevelLooseFileStorage();
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCNAPI
LevelLooseFileStorage
(
33
::Core::Path
const
& levelDirectory,
34
::ContentIdentity
const
& contentIdentity,
35
::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const>
const
& keyProvider
36
);
37
38
#ifdef LL_PLAT_C
39
MCNAPI ::std::unique_ptr<::PackAccessStrategy> getAccessStrategy()
const
;
40
#endif
41
// NOLINTEND
42
43
public
:
44
// constructor thunks
45
// NOLINTBEGIN
46
MCNAPI
void
*
$ctor
(
47
::Core::Path
const
& levelDirectory,
48
::ContentIdentity
const
& contentIdentity,
49
::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const>
const
& keyProvider
50
);
51
// NOLINTEND
52
};
ContentIdentity
Definition
ContentIdentity.h:8
Core::Path
Definition
Path.h:12
IContentKeyProvider
Definition
IContentKeyProvider.h:13
LevelLooseFileStorage::LevelLooseFileStorage
MCAPI LevelLooseFileStorage(::Core::Path const &levelDirectory, ::ContentIdentity const &contentIdentity, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider)
LevelLooseFileStorage::$ctor
MCAPI void * $ctor(::Core::Path const &levelDirectory, ::ContentIdentity const &contentIdentity, ::Bedrock::NotNullNonOwnerPtr<::IContentKeyProvider const > const &keyProvider)
PackAccessStrategy
Definition
PackAccessStrategy.h:26
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
storage
LevelLooseFileStorage.h
Generated on
for LeviLamina by
1.16.1