LeviLamina
Loading...
Searching...
No Matches
DefaultLevelDrawSetupCleanupStrategy.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 ::ll::TypedStorage<4, 4, float> mA;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual ~DefaultLevelDrawSetupCleanupStrategy() /*override*/ = default;
28
29 virtual void setupScreen(::ScreenContext& screenContext) /*override*/;
30
31 virtual ::EyeRenderingModeBit getEyeRenderingMode() const /*override*/;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCAPI void $setupScreen(::ScreenContext& screenContext);
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition AbstractScreenSetupCleanupStrategy.h:5
Definition DefaultLevelDrawSetupCleanupStrategy.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition ScreenContext.h:5