3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
7#include "mc/client/gui/screens/UIBatchType.h"
26 ::ll::TypedStorage<8, 24, ::std::vector<::ui::FlyingItem>> mFlyingItems;
32 virtual ~FlyingItemRenderer() =
default;
34 virtual ::std::shared_ptr<::UICustomRenderer> clone() const ;
36 virtual
bool update(::IClientInstance&, ::UIControl& owner, ::UIScene const&) ;
39 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner,
int) ;
41 virtual ::UIBatchType getBatchType() const ;
47 MCAPI
void _addNewFlyingItems(::UIPropertyBag& bag);
49 MCAPI
void _renderGuiIcon(
50 ::MinecraftUIRenderContext& renderContext,
51 ::IClientInstance& client,
52 ::ui::FlyingItem& item,
60 MCAPI
void _renderMesh(
61 ::MinecraftUIRenderContext& renderContext,
62 ::BaseActorRenderContext& entityRenderContext,
63 ::UIItemRenderInfo const& itemRenderInfo
70 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
72 MCAPI
bool $update(::IClientInstance&, ::UIControl& owner, ::UIScene const&);
74 MCAPI
void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner,
int);
76 MCFOLD ::UIBatchType $getBatchType() const;
Definition BaseActorRenderContext.h:5
Definition FlyingItemRenderer.h:5
static MCAPI void ** $vftable()
Definition IClientInstance.h:5
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition UICustomRenderer.h:5
Definition UIPropertyBag.h:5
Definition UIItemRenderInfo.h:5
Definition FlyingItem.h:7