3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
20 ::ll::TypedStorage<1, 1, bool> mInitialized;
21 ::ll::TypedStorage<4, 8, ::glm::vec2> mOwnerSize;
27 virtual ~EditorCompassRenderer() =
default;
29 virtual ::std::shared_ptr<::UICustomRenderer> clone() const ;
32 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner,
int) ;
38 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
40 MCAPI
void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner,
int);
Definition EditorCompassRenderer.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition UICustomRenderer.h:5