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 // member functions
24 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCFOLD void $dtor();
32 // NOLINTEND
33};
Definition BlockCustomComponentData.h:10