LeviLamina
Loading...
Searching...
No Matches
BlockCustomComponentData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/cereal/schema/dynamic/DynamicValue.h"
7
#include "mc/deps/core/string/HashedString.h"
8
#include "mc/scripting/modules/minecraft/ScriptCustomComponentParameterCacheHandle.h"
9
10
struct
BlockCustomComponentData
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 48, ::HashedString> mName;
15
::ll::TypedStorage<
16
8,
17
80,
18
::std::variant<::ScriptModuleMinecraft::ScriptCustomComponentParameterCacheHandle, ::cereal::DynamicValue>>
19
mData;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
BlockCustomComponentData
(
BlockCustomComponentData
const
&);
25
BlockCustomComponentData
();
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCFOLD ::BlockCustomComponentData& operator=(
::BlockCustomComponentData
&&);
31
32
MCAPI ::BlockCustomComponentData& operator=(
::BlockCustomComponentData
const
&);
33
34
MCAPI
~BlockCustomComponentData
();
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCFOLD
void
$dtor();
41
// NOLINTEND
42
};
BlockCustomComponentData
Definition
BlockCustomComponentData.h:10
src-server
mc
world
level
block
components
BlockCustomComponentData.h
Generated on Tue Oct 28 2025 05:32:38 for LeviLamina by
1.12.0