3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
7#include "mc/deps/minecraft_renderer/renderer/TexturePtr.h"
25 ::ll::TypedStorage<8, 32, ::mce::TexturePtr> mDashEmpty;
26 ::ll::TypedStorage<8, 32, ::mce::TexturePtr> mDashFull;
27 ::ll::TypedStorage<8, 32, ::mce::TexturePtr> mDashCooldown;
28 ::ll::TypedStorage<1, 1, bool> mHasLoadedTextures;
29 ::ll::TypedStorage<1, 1, bool> mIsReplacedWhileInactive;
39 virtual ::std::shared_ptr<::UICustomRenderer> clone() const ;
42 ::MinecraftUIRenderContext& renderContext,
43 ::IClientInstance& client,
48 virtual
bool update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene) ;
50 virtual ~HudDashRenderer() ;
56 MCAPI explicit HudDashRenderer(::UIResolvedDef const& def);
58 MCAPI
void _loadDashTextures(::std::shared_ptr<::mce::TextureGroup> textureGroup);
65 canRender(::IClientInstance const& client, ::LocalPlayer const& player,
bool isReplacedWhileInactive);
71 MCAPI
void* $ctor(::UIResolvedDef const& def);
83 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
86 $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner,
int pass);
88 MCAPI
bool $update(::IClientInstance& client, ::UIControl& owner, ::UIScene const& scene);
Definition HudDashRenderer.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition LocalPlayer.h:5
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition UICustomRenderer.h:5
Definition UIResolvedDef.h:5
Definition TextureGroup.h:7