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
11public:
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
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCFOLD ::ItemCustomComponentData& operator=(::ItemCustomComponentData&&);
32
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCFOLD void $dtor();
40 // NOLINTEND
41};
Definition ItemCustomComponentData.h:10