LeviLamina
Loading...
Searching...
No Matches
MinecraftUICustomRenderer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/renderers/UICustomRenderer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IClientInstance;
13class UIControl;
15class UIRenderContext;
16// clang-format on
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ~MinecraftUICustomRenderer() /*override*/;
23
24 virtual void frameUpdate(::UIFrameUpdateContext& frameUpdateContext, ::UIControl& owner) /*override*/;
25
26 virtual void frameUpdate(::MinecraftUIFrameUpdateContext&, ::UIControl&);
27
28 virtual void
29 render(::UIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int pass) /*override*/;
30
31 virtual void
32 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int pass) = 0;
33
34 virtual void preRenderSetup(::UIRenderContext& renderContext) /*override*/;
35
36 virtual void preRenderSetup(::MinecraftUIRenderContext& renderContext);
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI MinecraftUICustomRenderer();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor();
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCAPI void $frameUpdate(::UIFrameUpdateContext& frameUpdateContext, ::UIControl& owner);
61
62 MCFOLD void $frameUpdate(::MinecraftUIFrameUpdateContext&, ::UIControl&);
63
64 MCAPI void $render(::UIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int pass);
65
66 MCAPI void $preRenderSetup(::UIRenderContext& renderContext);
67
68 MCFOLD void $preRenderSetup(::MinecraftUIRenderContext& renderContext);
69 // NOLINTEND
70
71public:
72 // vftables
73 // NOLINTBEGIN
74 MCNAPI static void** $vftable();
75 // NOLINTEND
76};
Definition IClientInstance.h:5
Definition MinecraftUICustomRenderer.h:5
static MCAPI void ** $vftable()
Definition MinecraftUIFrameUpdateContext.h:5
Definition MinecraftUIRenderContext.h:5
Definition UIControl.h:5
Definition UICustomRenderer.h:5
Definition UIFrameUpdateContext.h:5
Definition UIRenderContext.h:5