LeviLamina
Loading...
Searching...
No Matches
ContainerTransferClientScope.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/containers/ContainerTransferScope.h"
7
#include "mc/world/inventory/network/ItemStackRequestScope.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ItemStack
;
12
class
SimpleSparseContainer
;
13
// clang-format on
14
15
struct
ContainerTransferClientScope
:
public
::ContainerTransferScope
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 16, ::ItemStackRequestScope> mItemStackRequestScope;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
void
26
createItem(
::ItemStack
const
& item, ::std::shared_ptr<::SimpleSparseContainer> createdOutputContainer)
/*override*/
;
27
28
virtual
~ContainerTransferClientScope
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
#ifdef LL_PLAT_C
35
MCNAPI
void
$createItem(
::ItemStack
const
& item, ::std::shared_ptr<::SimpleSparseContainer> createdOutputContainer);
36
#endif
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
ItemStack
Definition
ItemStack.h:26
SimpleSparseContainer
Definition
SimpleSparseContainer.h:18
ContainerTransferClientScope
Definition
ContainerTransferClientScope.h:15
ContainerTransferClientScope::$vftable
static MCAPI void ** $vftable()
ContainerTransferScope
Definition
ContainerTransferScope.h:11
src
mc
world
containers
ContainerTransferClientScope.h
Generated on
for LeviLamina by
1.16.1