LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionPlace.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/network/ItemStackRequestActionTransferBase.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13class ItemStackRequestActionPlace : public ::ItemStackRequestActionTransferBase {
14public:
15 // member functions
16 // NOLINTBEGIN
18
19#ifdef LL_PLAT_C
21 uchar amount,
24 );
25#endif
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor();
32
33#ifdef LL_PLAT_C
34 MCNAPI void* $ctor(uchar amount, ::ItemStackRequestSlotInfo const& src, ::ItemStackRequestSlotInfo const& dst);
35#endif
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
static MCAPI void ** $vftable()
Definition ItemStackRequestSlotInfo.h:11