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/world/item/components/ComponentItemData_Legacy.h"
7#include "mc/world/item/components/ComponentItemData_v1_26_0.h"
8#include "mc/world/item/components/LegacyEventItemComponentData.h"
9
10struct ComponentItemDataAll_Latest {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 2176, ::ComponentItemData_v1_26_0> mCerealData;
15 ::ll::TypedStorage<8, 192, ::ComponentItemData_Legacy> mLegacyData;
16 ::ll::TypedStorage<8, 32, ::std::optional<::LegacyEventItemComponentData>> 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
31 MCAPI ~ComponentItemDataAll_Latest();
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCAPI void* $ctor(::ComponentItemDataAll_Latest&&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};