LeviLamina
Loading...
Searching...
No Matches
DefaultUIScreenSetupCleanupStrategy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/AbstractScreenSetupCleanupStrategy.h"
7#include "mc/client/renderer/screen/EyeRenderingModeBit.h"
8#include "mc/deps/core/utility/NonOwnerPointer.h"
9
10// auto generated forward declare list
11// clang-format off
12class IClientInstance;
13class ScreenContext;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IClientInstance>> mClient;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 DefaultUIScreenSetupCleanupStrategy();
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 virtual ~DefaultUIScreenSetupCleanupStrategy() /*override*/ = default;
31
32 virtual void setupScreen(::ScreenContext& screenContext) /*override*/;
33
34 virtual void cleanupScreen(::ScreenContext& screenContext) /*override*/;
35
36 virtual ::EyeRenderingModeBit getEyeRenderingMode() const /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI explicit DefaultUIScreenSetupCleanupStrategy(::Bedrock::NotNullNonOwnerPtr<::IClientInstance> const& client);
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(::Bedrock::NotNullNonOwnerPtr<::IClientInstance> const& client);
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI void $setupScreen(::ScreenContext& screenContext);
55
56 MCAPI void $cleanupScreen(::ScreenContext& screenContext);
57
58 MCAPI ::EyeRenderingModeBit $getEyeRenderingMode() const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition AbstractScreenSetupCleanupStrategy.h:5
Definition DefaultUIScreenSetupCleanupStrategy.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition ScreenContext.h:5