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 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI explicit HoverTextRenderer(::UIResolvedDef const& def);
45
46 MCAPI void _buildTextbox(::IClientInstance& client, bool useGamepadOffset);
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(::UIResolvedDef const& def);
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
59
60 MCAPI bool $update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene);
61
62 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl&, int);
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
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