LeviLamina
Loading...
Searching...
No Matches
BlockMaterialInstancesComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
14struct BlockMaterialInstancesComponent {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::BlockMaterialInstance>> mMaterials;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 BlockMaterialInstancesComponent();
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI explicit BlockMaterialInstancesComponent(
29 ::BlockMaterialInstancesDescription const& blockMaterialInstancesDescription
30 );
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCAPI void* $ctor(::BlockMaterialInstancesDescription const& blockMaterialInstancesDescription);
37 // NOLINTEND
38};
Definition BlockMaterialInstance.h:17
Definition BlockMaterialInstancesDescription.h:23