LeviLamina
Loading...
Searching...
No Matches
WorldPacks.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
IContentManagerContext
;
8
struct
ContentViews
;
9
// clang-format on
10
11
namespace
World {
12
13
struct
WorldPacks
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 8, ::std::unique_ptr<::IContentManagerContext>> mContext;
18
::ll::TypedStorage<8, 8, ::std::unique_ptr<::IContentManagerContext>> mGlobalContext;
19
::ll::TypedStorage<8, 8, ::std::unique_ptr<::ContentViews>> mTexturePackViews;
20
::ll::TypedStorage<8, 8, ::std::unique_ptr<::ContentViews>> mBehaviorPackViews;
21
// NOLINTEND
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI ~WorldPacks();
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
MCAPI
void
$dtor();
33
// NOLINTEND
34
};
35
36
}
// namespace World
IContentManagerContext
Definition
IContentManagerContext.h:5
ContentViews
Definition
ContentViews.h:5
World::WorldPacks
Definition
WorldPacks.h:7
src-client
mc
client
world
WorldPacks.h
Generated on
for LeviLamina by
1.16.1