LeviLamina
Loading...
Searching...
No Matches
RepairItemResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/ItemStack.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 152, ::ItemStack> mResultItem;
13 ::ll::TypedStorage<4, 4, int> mMaterialUsed;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 RepairItemResult& operator=(RepairItemResult const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI RepairItemResult();
25
26 MCAPI ::RepairItemResult& operator=(::RepairItemResult&&);
27
28 MCAPI ~RepairItemResult();
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
34 MCAPI void* $ctor();
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCFOLD void $dtor();
41 // NOLINTEND
42};
Definition RepairItemResult.h:8