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
8struct ContentViews;
9// clang-format on
10
11namespace World {
12
13struct WorldPacks {
14public:
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
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI ~WorldPacks();
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCAPI void $dtor();
33 // NOLINTEND
34};
35
36} // namespace World
Definition IContentManagerContext.h:5
Definition ContentViews.h:5
Definition WorldPacks.h:7