3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
21 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mSplashText;
22 ::ll::TypedStorage<8, 8, double> mElapsedTime;
23 ::ll::TypedStorage<1, 1, bool> mHasAttemptedLoad;
29 virtual ::std::shared_ptr<::UICustomRenderer> clone() const ;
32 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner,
int) ;
34 virtual ~SplashTextRenderer() = default;
40 MCAPI
void _renderSplashText(
41 ::std::
string const& splashText,
42 ::ScreenContext& screenContext,
43 ::IClientInstance& client,
51 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
53 MCAPI
void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner,
int);
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 UICustomRenderer.h:5