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
10
struct
BlockMaterialInstance
;
11
struct
BlockMaterialInstancesDescription
;
12
// clang-format on
13
14
struct
BlockMaterialInstancesComponent {
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::BlockMaterialInstance>> mMaterials;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
BlockMaterialInstancesComponent();
24
25
public
:
26
// member functions
27
// NOLINTBEGIN
28
MCAPI
explicit
BlockMaterialInstancesComponent(
29
::BlockMaterialInstancesDescription
const
& blockMaterialInstancesDescription
30
);
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(
::BlockMaterialInstancesDescription
const
& blockMaterialInstancesDescription);
37
// NOLINTEND
38
};
BlockMaterialInstance
Definition
BlockMaterialInstance.h:17
BlockMaterialInstancesDescription
Definition
BlockMaterialInstancesDescription.h:23
src
mc
world
level
block
components
BlockMaterialInstancesComponent.h
Generated on
for LeviLamina by
1.16.1