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