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