3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/renderers/HoverRenderer.h"
22 ::ll::TypedStorage<4, 4, int> mMaxWidth;
23 ::ll::TypedStorage<1, 1, bool> mProfanityFilterToggleState;
33 virtual ::std::shared_ptr<::UICustomRenderer> clone() const ;
35 virtual
bool update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene) ;
38 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl&,
int) ;
40 virtual ~HoverTextRenderer() = default;
46 MCAPI explicit HoverTextRenderer(::UIResolvedDef const& def);
48 MCAPI
void _buildTextbox(::IClientInstance& client,
bool useGamepadOffset);
54 MCAPI
void* $ctor(::UIResolvedDef const& def);
60 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
62 MCAPI
bool $update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene);
64 MCAPI
void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl&,
int);
Definition HoverRenderer.h:5
Definition HoverTextRenderer.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition MinecraftUIRenderContext.h:5
Definition UICustomRenderer.h:5
Definition UIResolvedDef.h:5