LeviLamina
Loading...
Searching...
No Matches
HotBarCooldownRenderer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/renderers/HotBarWipeRenderer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IClientInstance;
12class ScreenContext;
13class UIControl;
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~HotBarCooldownRenderer() /*override*/ = default;
22
23 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
24
25 virtual void
26 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int) /*override*/;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI HotBarCooldownRenderer();
33
34 MCAPI void _renderCooldownProgress(::ScreenContext& screenContext, ::IClientInstance& client, ::UIControl& owner);
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor();
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
47
48 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int);
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition HotBarCooldownRenderer.h:5
static MCAPI void ** $vftable()
Definition HotBarWipeRenderer.h:5
Definition IClientInstance.h:5
Definition MinecraftUIRenderContext.h:5
Definition ScreenContext.h:5
Definition UIControl.h:5
Definition UICustomRenderer.h:5