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 // prevent constructor by default
26 DefaultLevelDrawSetupCleanupStrategy();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~DefaultLevelDrawSetupCleanupStrategy() /*override*/ = default;
32
33 virtual void setupScreen(::ScreenContext& screenContext) /*override*/;
34
35 virtual ::EyeRenderingModeBit getEyeRenderingMode() const /*override*/;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI explicit DefaultLevelDrawSetupCleanupStrategy(::Bedrock::NotNullNonOwnerPtr<::IClientInstance> const& client);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor(::Bedrock::NotNullNonOwnerPtr<::IClientInstance> const& client);
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI void $setupScreen(::ScreenContext& screenContext);
54
55 MCFOLD ::EyeRenderingModeBit $getEyeRenderingMode() const;
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition AbstractScreenSetupCleanupStrategy.h:5
Definition DefaultLevelDrawSetupCleanupStrategy.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition ScreenContext.h:5