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
10
struct
ItemStackRequestSlotInfo
;
11
// clang-format on
12
13
class
ItemStackRequestActionSwap
:
public
::ItemStackRequestActionTransferBase {
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCNAPI
ItemStackRequestActionSwap
();
18
19
#ifdef LL_PLAT_C
20
MCNAPI
ItemStackRequestActionSwap
(
::ItemStackRequestSlotInfo
const
& src,
::ItemStackRequestSlotInfo
const
& dst);
21
#endif
22
// NOLINTEND
23
24
public
:
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
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCNAPI
static
void
**
$vftable
();
38
// NOLINTEND
39
};
ItemStackRequestActionSwap::ItemStackRequestActionSwap
MCAPI ItemStackRequestActionSwap()
ItemStackRequestActionSwap::$vftable
static MCAPI void ** $vftable()
ItemStackRequestActionSwap::$ctor
MCAPI void * $ctor()
ItemStackRequestSlotInfo
Definition
ItemStackRequestSlotInfo.h:11
src
mc
world
inventory
network
ItemStackRequestActionSwap.h
Generated on
for LeviLamina by
1.16.1