LeviLamina
Loading...
Searching...
No Matches
HudPlayerRenderer.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;
14class UIScene;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, float> mRenderTime;
22 ::ll::TypedStorage<4, 4, float> mLastTimeStamp;
23 ::ll::TypedStorage<8, 24, ::std::vector<int>> mPlayerArmorState;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~HudPlayerRenderer() /*override*/ = default;
30
31 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
32
33 virtual bool update(::IClientInstance& client, ::UIControl&, ::UIScene const&) /*override*/;
34
35 virtual void
36 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int) /*override*/;
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
43
44 MCAPI bool $update(::IClientInstance& client, ::UIControl&, ::UIScene const&);
45
46 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int);
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition HudPlayerRenderer.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
Definition UIScene.h:5