LeviLamina
Loading...
Searching...
No Matches
DebugScreenRenderer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IClientInstance;
12class UIControl;
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
21
22 virtual void
23 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl&, int) /*override*/;
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
30
31 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl&, int);
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
Definition DebugScreenRenderer.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition UIControl.h:5
Definition UICustomRenderer.h:5