3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/renderers/MinecraftUICustomRenderer.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
31 ::ll::TypedStorage<4, 4, float> mYBodyRot;
32 ::ll::TypedStorage<4, 4, float> mYBodyRotO;
33 ::ll::TypedStorage<4, 4, float> mRotX;
34 ::ll::TypedStorage<4, 4, float> mRotY;
35 ::ll::TypedStorage<4, 4, float> mYHeadRot;
36 ::ll::TypedStorage<4, 4, float> mYHeadRotO;
42 MCAPI
void popValueFromMob(::Mob
const& mob);
49 virtual ::std::shared_ptr<::UICustomRenderer> clone() const ;
52 render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner,
int) ;
54 virtual ~LivePlayerRenderer() = default;
60 MCAPI static
void _getMousePosition(
65 ::Bedrock::NotNullNonOwnerPtr<::GuiData const> const& guiData,
66 ::IClientInstance const& client,
67 ::UIControl const& owner
74 MCAPI ::std::shared_ptr<::UICustomRenderer> $clone() const;
76 MCAPI
void $render(::MinecraftUIRenderContext& renderContext, ::IClientInstance& client, ::UIControl& owner,
int);
Definition IClientInstance.h:5
Definition LivePlayerRenderer.h:5
static MCAPI void ** $vftable()
Definition MinecraftUICustomRenderer.h:5
Definition MinecraftUIRenderContext.h:5
Definition UICustomRenderer.h:5
Definition LivePlayerRenderer.h:13