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
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
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCFOLD ::BlockCustomComponentData& operator=(::BlockCustomComponentData&&);
31
32 MCAPI ::BlockCustomComponentData& operator=(::BlockCustomComponentData const&);
33
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCFOLD void $dtor();
41 // NOLINTEND
42};
Definition BlockCustomComponentData.h:10