3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/util/molang/ExpressionNode.h"
7#include "mc/world/phys/AABB.h"
23 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mMaterialNames;
24 ::ll::TypedStorage<8, 24, ::std::vector<::mce::MaterialPtr>> mMaterials;
25 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mTextureNames;
26 ::ll::TypedStorage<8, 24, ::std::vector<::SimpleTextureData>> mTextures;
27 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mGeometryNames;
28 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::DataDrivenGeometry>>> mGeometries;
29 ::ll::TypedStorage<8, 24, ::std::vector<::ExtractedSkeletonData>> mGeometrySkeletons;
30 ::ll::TypedStorage<8, 24, ::std::vector<::ExtractedRenderController>> mRenderControllers;
31 ::ll::TypedStorage<8, 24, ::std::vector<::DataDrivenRenderer_tempComponent*>> mTempComponents;
32 ::ll::TypedStorage<4, 24, ::AABB> mAABB;
33 ::ll::TypedStorage<8, 16, ::ExpressionNode> mHeldItemScaleExpression;
34 ::ll::TypedStorage<1, 1, bool> mAttachablesSuppored;
35 ::ll::TypedStorage<1, 1, bool> mHideArmor;
41 MCAPI ~ExtractedDataDataDrivenModel();
Definition DataDrivenGeometry.h:5
Definition DataDrivenRenderer_tempComponent.h:5
Definition MaterialPtr.h:14
Definition SimpleTextureData.h:5