LeviLamina
Loading...
Searching...
No Matches
HotBarDropRenderer.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#include "mc/deps/core/resource/ResourceLocation.h"
8
9// auto generated forward declare list
10// clang-format off
11class IClientInstance;
13class ScreenContext;
14class UIControl;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 72, ::std::optional<::std::pair<int, ::ResourceLocation>>> mCachedResourceLocation;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~HotBarDropRenderer() /*override*/ = default;
29
30 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
31
32 virtual void
33 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int) /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI HotBarDropRenderer();
40
41 MCAPI void _renderDropProgress(::ScreenContext& screenContext, ::IClientInstance& client, ::UIControl& owner);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI void* $ctor();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
54
55 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int);
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition HotBarDropRenderer.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