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 // member functions
41 // NOLINTBEGIN
42 MCAPI HudPlayerRenderer();
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor();
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
55
56 MCAPI bool $update(::IClientInstance& client, ::UIControl&, ::UIScene const&);
57
58 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int);
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
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