LeviLamina
Loading...
Searching...
No Matches
CursorPositionLayoutUpdater.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;
11class LayoutComponent;
13class UIControl;
15class UIScene;
16// clang-format on
17
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
23
24 virtual bool update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene) /*override*/;
25
26 virtual void render(::MinecraftUIRenderContext&, ::IClientInstance&, ::UIControl&, int) /*override*/;
27 // NOLINTEND
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCAPI static void setupLayoutForTooltip(::LayoutComponent& layoutComponent, ::glm::vec2 const& cursorPos);
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
39
40 MCAPI bool $update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene);
41
42 MCFOLD void $render(::MinecraftUIRenderContext&, ::IClientInstance&, ::UIControl&, int);
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
Definition CursorPositionLayoutUpdater.h:5
static MCAPI void ** $vftable()
Definition HoverRenderer.h:5
Definition IClientInstance.h:5
Definition LayoutComponent.h:5
Definition MinecraftUIRenderContext.h:5
Definition UIControl.h:5
Definition UICustomRenderer.h:5
Definition UIScene.h:5