3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/model/geom/ModelPart.h"
7#include "mc/client/model/models/Model.h"
8#include "mc/deps/minecraft_renderer/renderer/MaterialPtr.h"
20 ::ll::TypedStorage<4, 4, float> mAnimationPos;
21 ::ll::TypedStorage<8, 16, ::mce::MaterialPtr> mDefaultMaterial;
22 ::ll::TypedStorage<8, 16, ::mce::MaterialPtr> mGlintMaterial;
23 ::ll::TypedStorage<8, 576, ::ModelPart> mHead;
24 ::ll::TypedStorage<8, 576, ::ModelPart> mLeftEar;
25 ::ll::TypedStorage<8, 576, ::ModelPart> mRightEar;
26 ::ll::TypedStorage<4, 4, float> mEarAsymmetry;
36 virtual void render(::ScreenContext& screenContext) ;
42 MCAPI
explicit PiglinHeadModel(::GeometryPtr source);
44 MCFOLD ::ModelPart
const& getHeadModel()
const;
50 MCAPI
void* $ctor(::GeometryPtr source);
56 MCAPI
void $render(::ScreenContext& screenContext);
Definition GeometryPtr.h:5
Definition PiglinHeadModel.h:5
static MCAPI void ** $vftable()
Definition ScreenContext.h:5