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