LeviLamina
Loading...
Searching...
No Matches
BlockItemVisualComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::BlockGeometryComponent>> mGeometryComponent;
17 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::BlockMaterialInstancesComponent>> mMaterialInstanceComponent;
18 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::BlockBakedMaterialDataComponent>> mBakedBlockMaterialData;
19 // NOLINTEND
20};
Definition BlockBakedMaterialDataComponent.h:10
Definition BlockGeometryComponent.h:15
Definition BlockItemVisualComponent.h:12
Definition BlockMaterialInstancesComponent.h:12