LeviLamina
Loading...
Searching...
No Matches
ItemCustomComponentData.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
ItemCustomComponentData
{
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
ItemCustomComponentData
& operator=(
ItemCustomComponentData
const
&);
25
ItemCustomComponentData
(
ItemCustomComponentData
const
&);
26
ItemCustomComponentData
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCFOLD ::ItemCustomComponentData& operator=(
::ItemCustomComponentData
&&);
32
33
MCAPI
~ItemCustomComponentData
();
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
};
ItemCustomComponentData
Definition
ItemCustomComponentData.h:10
src-server
mc
world
item
components
ItemCustomComponentData.h
Generated on Tue Oct 28 2025 05:32:34 for LeviLamina by
1.12.0