3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
7#include "mc/client/gui/screens/UIBatchType.h"
8#include "mc/deps/core/math/Color.h"
9#include "mc/deps/minecraft_renderer/resources/ClientTexture.h"
23 ::ll::TypedStorage<8, 32, ::std::string> mQrCodeContent;
24 ::ll::TypedStorage<4, 16, ::mce::Color> mForegroundColor;
25 ::ll::TypedStorage<4, 16, ::mce::Color> mBackgroundColor;
26 ::ll::TypedStorage<8, 24, ::mce::ClientTexture> mTexture;
32 virtual ~QRCodeRenderer() =
default;
34 virtual ::std::shared_ptr<::UICustomRenderer> clone() const ;
37 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance&, ::UIControl& owner,
int) ;
39 virtual ::UIBatchType getBatchType() const ;
41 virtual
int getCustomId() const ;
47 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
49 MCAPI
void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance&, ::UIControl& owner,
int);
51 MCFOLD ::UIBatchType $getBatchType() const;
53 MCFOLD
int $getCustomId() const;
Definition IClientInstance.h:5
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition QRCodeRenderer.h:5
static MCAPI void ** $vftable()
Definition UICustomRenderer.h:5