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