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
34 virtual ~SplashTextRenderer() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI void _renderSplashText(
41 ::std::string const& splashText,
42 ::ScreenContext& screenContext,
43 ::IClientInstance& client,
44 ::UIControl& owner
45 );
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
52
53 MCAPI void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner, int);
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
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