LeviLamina
Loading...
Searching...
No Matches
ItemTransferRequest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7struct AutoPlaceResult;
8// clang-format on
9
10struct ItemTransferRequest {
11public:
12 // ItemTransferRequest inner types declare
13 // clang-format off
14 struct Entry;
15 // clang-format on
16
17 // ItemTransferRequest inner types define
18 struct Entry {
19 public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27 public:
28 // prevent constructor by default
29 Entry& operator=(Entry const&);
30 Entry(Entry const&);
31 Entry();
32
33 public:
34 // member functions
35 // NOLINTBEGIN
36#ifdef LL_PLAT_C
37 MCNAPI ~Entry();
38#endif
39 // NOLINTEND
40
41 public:
42 // destructor thunk
43 // NOLINTBEGIN
44#ifdef LL_PLAT_C
45 MCNAPI void $dtor();
46#endif
47 // NOLINTEND
48 };
49
50public:
51 // member variables
52 // NOLINTBEGIN
55 // NOLINTEND
56
57public:
58 // prevent constructor by default
59 ItemTransferRequest& operator=(ItemTransferRequest const&);
60 ItemTransferRequest(ItemTransferRequest const&);
61 ItemTransferRequest();
62
63public:
64 // member functions
65 // NOLINTBEGIN
66#ifdef LL_PLAT_C
67 MCNAPI void _addOutputsAsDestinations(::std::vector<::AutoPlaceResult>& destinations) const;
68
69 MCNAPI ~ItemTransferRequest();
70#endif
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76#ifdef LL_PLAT_C
77 MCNAPI void $dtor();
78#endif
79 // NOLINTEND
80};
Definition AutoPlaceResult.h:5
Definition ItemTransferRequest.h:18
Definition Alias.h:14