LeviLamina
Loading...
Searching...
No Matches
HoverTextRenderer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/renderers/HoverRenderer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IClientInstance;
12class UIControl;
14class UIResolvedDef;
15class UIScene;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 4, int> mMaxWidth;
23 ::ll::TypedStorage<1, 1, bool> mProfanityFilterToggleState;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 HoverTextRenderer();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
34
35 virtual bool update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene) /*override*/;
36
37 virtual void
38 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl&, int) /*override*/;
39
40 virtual ~HoverTextRenderer() /*override*/ = default;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI explicit HoverTextRenderer(::UIResolvedDef const& def);
47
48 MCAPI void _buildTextbox(::IClientInstance& client, bool useGamepadOffset);
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor(::UIResolvedDef const& def);
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
61
62 MCAPI bool $update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene);
63
64 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl&, int);
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
Definition HoverRenderer.h:5
Definition HoverTextRenderer.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition MinecraftUIRenderContext.h:5
Definition UIControl.h:5
Definition UICustomRenderer.h:5
Definition UIResolvedDef.h:5
Definition UIScene.h:5