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/BetaItemComponentData.h"
7#include "mc/world/item/components/ComponentItemData_Legacy.h"
8#include "mc/world/item/components/ComponentItemData_v1_21_110.h"
9#include "mc/world/item/components/LegacyEventItemComponentData.h"
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 2024, ::ComponentItemData_v1_21_110> mCerealData;
16 ::ll::TypedStorage<1, 2, ::std::optional<::BetaItemComponentData>> mBetaData;
17 ::ll::TypedStorage<8, 192, ::ComponentItemData_Legacy> mLegacyData;
18 ::ll::TypedStorage<8, 32, ::std::optional<::LegacyEventItemComponentData>> mEvents;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor(::ComponentItemDataAll_Latest&&);
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
Definition ComponentItemDataAll_Latest.h:11