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 void _renderDropProgress(::ScreenContext& screenContext, ::IClientInstance& client, ::UIControl& owner);
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
46
47 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int);
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
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