LeviLamina
Loading...
Searching...
No Matches
ExtractedDataDataDrivenModel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/molang/ExpressionNode.h"
7#include "mc/world/phys/AABB.h"
8
9// auto generated forward declare list
10// clang-format off
16namespace mce { class MaterialPtr; }
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
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;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI ~ExtractedDataDataDrivenModel();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49};
Definition DataDrivenGeometry.h:5
Definition DataDrivenRenderer_tempComponent.h:5
Definition MaterialPtr.h:14
Definition ExtractedDataDataDrivenModel.h:5
Definition ExtractedRenderController.h:5
Definition ExtractedSkeletonData.h:5
Definition SimpleTextureData.h:5