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