LeviLamina
Loading...
Searching...
No Matches
MinecraftScreenModelContext.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
11class IClientInstance;
12class IMinecraftGame;
13class ISceneStack;
15class SceneFactory;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 8, ::IMinecraftGame&> mMinecraft;
23 ::ll::TypedStorage<8, 8, ::IClientInstance&> mClient;
24 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IAdvancedGraphicsOptions>> mAdvancedGraphicsOptions;
25 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::ISceneStack>> mSceneStack;
26 ::ll::TypedStorage<8, 8, ::SceneFactory&> mSceneFactory;
27 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::IScreenCapabilities>> mCapabilities;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 MinecraftScreenModelContext& operator=(MinecraftScreenModelContext const&);
33 MinecraftScreenModelContext(MinecraftScreenModelContext const&);
34 MinecraftScreenModelContext();
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI ~MinecraftScreenModelContext();
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47};
Definition IAdvancedGraphicsOptions.h:16
Definition IClientInstance.h:5
Definition IMinecraftGame.h:5
Definition ISceneStack.h:5
Definition IScreenCapabilities.h:8
Definition SceneFactory.h:5
Definition MinecraftScreenModelContext.h:5