LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionSwap.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 ItemStackRequestActionSwap : public ::ItemStackRequestActionTransferBase {
14public:
15 // member functions
16 // NOLINTBEGIN
18
19#ifdef LL_PLAT_C
21#endif
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
27 MCNAPI void* $ctor();
28
29#ifdef LL_PLAT_C
30 MCNAPI void* $ctor(::ItemStackRequestSlotInfo const& src, ::ItemStackRequestSlotInfo const& dst);
31#endif
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
static MCAPI void ** $vftable()
Definition ItemStackRequestSlotInfo.h:11