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
// vIndex: 0
16
virtual
~ContainerTransferScope
() =
default
;
17
18
// vIndex: 1
19
virtual
void
createItem(
::ItemStack
const
&, ::std::shared_ptr<::SimpleSparseContainer>);
20
// NOLINTEND
21
22
public
:
23
// destructor thunk
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
};
ItemStack
Definition
ItemStack.h:25
SimpleSparseContainer
Definition
SimpleSparseContainer.h:18
ContainerTransferScope
Definition
ContainerTransferScope.h:11
src
mc
world
containers
ContainerTransferScope.h
Generated on Sat Apr 26 2025 05:56:07 for LeviLamina by
1.12.0