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
11class ItemStack;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::ItemStackRequestScope> mItemStackRequestScope;
20 // NOLINTEND
21
22public:
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
31public:
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
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
Definition ItemStack.h:26
Definition SimpleSparseContainer.h:18
Definition ContainerTransferClientScope.h:15
static MCAPI void ** $vftable()
Definition ContainerTransferScope.h:11