LeviLamina
Loading...
Searching...
No Matches
ComponentItemDataAll_Latest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/json/Value.h"
7#include "mc/deps/shared_types/legacy/item/ComponentItemData.h"
8#include "mc/world/item/components/ComponentItemData_v1_26_0.h"
9
10struct ComponentItemDataAll_Latest {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 2304, ::ComponentItemData_v1_26_0> mCerealData;
15 ::ll::TypedStorage<8, 264, ::SharedTypes::Legacy::ComponentItemData> mLegacyData;
16 ::ll::TypedStorage<8, 24, ::std::optional<::Json::Value>> mEvents;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 ComponentItemDataAll_Latest(ComponentItemDataAll_Latest const&);
22 ComponentItemDataAll_Latest();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ComponentItemDataAll_Latest(::ComponentItemDataAll_Latest&&);
28
29 MCAPI ::ComponentItemDataAll_Latest& operator=(::ComponentItemDataAll_Latest const&);
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::ComponentItemDataAll_Latest&&);
36 // NOLINTEND
37};