LeviLamina
Loading...
Searching...
No Matches
SplashTextRenderer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
7
8// auto generated forward declare list
9// clang-format off
10class IClientInstance;
12class ScreenContext;
13class UIControl;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mSplashText;
22 ::ll::TypedStorage<8, 8, double> mElapsedTime;
23 ::ll::TypedStorage<1, 1, bool> mHasAttemptedLoad;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ::std::shared_ptr<::UICustomRenderer> clone() const /*override*/;
30
31 virtual void
32 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int) /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI SplashTextRenderer();
39
40 MCAPI void _renderSplashText(
41 ::std::string const& splashText,
42 ::ScreenContext& screenContext,
43 ::IClientInstance& client,
44 ::UIControl& owner
45 );
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCAPI void* $ctor();
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
58
59 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int);
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition IClientInstance.h:5
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition ScreenContext.h:5
Definition SplashTextRenderer.h:5
static MCAPI void ** $vftable()
Definition UIControl.h:5
Definition UICustomRenderer.h:5