3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
7#include "mc/deps/core/math/Color.h"
20 enum class GradientDirection :
int {
28 ::ll::TypedStorage<4, 4, ::GradientRenderer::GradientDirection> mDirection;
29 ::ll::TypedStorage<4, 16, ::mce::Color> mColor1;
30 ::ll::TypedStorage<4, 16, ::mce::Color> mColor2;
36 virtual ~GradientRenderer() =
default;
38 virtual ::std::shared_ptr<::UICustomRenderer> clone() const ;
41 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance&, ::UIControl& owner,
int) ;
47 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
49 MCAPI
void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance&, ::UIControl& owner,
int);
Definition GradientRenderer.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition UICustomRenderer.h:5