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
// vIndex: 1
26
virtual
void
createItem(
::ItemStack
const
&, ::std::shared_ptr<::SimpleSparseContainer>)
/*override*/
;
27
28
// vIndex: 0
29
virtual
~ContainerTransferClientScope
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
ItemStack
Definition
ItemStack.h:25
SimpleSparseContainer
Definition
SimpleSparseContainer.h:18
ContainerTransferClientScope
Definition
ContainerTransferClientScope.h:15
ContainerTransferScope
Definition
ContainerTransferScope.h:11
src
mc
world
containers
ContainerTransferClientScope.h
Generated on Fri Jun 13 2025 05:05:04 for LeviLamina by
1.12.0