3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/model/models/BellModel.h"
7#include "mc/client/renderer/actor/ActorTextureInfo.h"
8#include "mc/client/renderer/blockactor/BlockActorRenderer.h"
21 ::ll::TypedStorage<8, 320, ::ActorTextureInfo> mBellTexture;
22 ::ll::TypedStorage<8, 1488, ::BellModel> mBell;
27 BellBlockActorRenderer();
33 render(::BaseActorRenderContext& renderContext, ::BlockActorRenderData& blockEntityRenderData) ;
39 MCAPI
explicit BellBlockActorRenderer(::std::shared_ptr<::mce::TextureGroup> textureGroup);
45 MCAPI
void* $ctor(::std::shared_ptr<::mce::TextureGroup> textureGroup);
51 MCAPI
void $render(::BaseActorRenderContext& renderContext, ::BlockActorRenderData& blockEntityRenderData);
Definition BaseActorRenderContext.h:5
Definition BellBlockActorRenderer.h:5
static MCAPI void ** $vftable()
Definition BlockActorRenderer.h:5
Definition TextureGroup.h:7
Definition BlockActorRenderData.h:5