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 // virtual functions
25 // NOLINTBEGIN
26 virtual ~DefaultUIScreenSetupCleanupStrategy() /*override*/ = default;
27
28 virtual void setupScreen(::ScreenContext& screenContext) /*override*/;
29
30 virtual void cleanupScreen(::ScreenContext& screenContext) /*override*/;
31
32 virtual ::EyeRenderingModeBit getEyeRenderingMode() const /*override*/;
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCAPI void $setupScreen(::ScreenContext& screenContext);
39
40 MCAPI void $cleanupScreen(::ScreenContext& screenContext);
41
42 MCAPI ::EyeRenderingModeBit $getEyeRenderingMode() const;
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
Definition AbstractScreenSetupCleanupStrategy.h:5
Definition DefaultUIScreenSetupCleanupStrategy.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition ScreenContext.h:5