LeviLamina
Loading...
Searching...
No Matches
RepairItemEntry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/molang/ExpressionNode.h"
7
8// auto generated forward declare list
9// clang-format off
10class ItemDescriptor;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mItems;
18 ::ll::TypedStorage<8, 16, ::ExpressionNode> mRepairAmount;
19 // NOLINTEND
20
21#ifdef LL_PLAT_S
22public:
23 // prevent constructor by default
26
27#else // LL_PLAT_C
28#endif
29public:
30 // member functions
31 // NOLINTBEGIN
32#ifdef LL_PLAT_S
33 MCAPI ::RepairItemEntry& operator=(::RepairItemEntry const&);
34#endif
35
36 MCAPI ~RepairItemEntry();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
Definition ItemDescriptor.h:24
Definition RepairItemEntry.h:13