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
10
class
ItemDescriptor
;
11
// clang-format on
12
13
struct
RepairItemEntry
{
14
public
:
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
22
public
:
23
// prevent constructor by default
24
RepairItemEntry
(
RepairItemEntry
const
&);
25
RepairItemEntry
();
26
27
#else
// LL_PLAT_C
28
#endif
29
public
:
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
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCAPI
void
$dtor();
43
// NOLINTEND
44
};
ItemDescriptor
Definition
ItemDescriptor.h:24
RepairItemEntry
Definition
RepairItemEntry.h:13
src
mc
world
item
components
RepairItemEntry.h
Generated on
for LeviLamina by
1.16.1