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#ifdef LL_PLAT_S
26 virtual void createItem(::ItemStack const&, ::std::shared_ptr<::SimpleSparseContainer>) /*override*/;
27#else // LL_PLAT_C
28 virtual void
29 createItem(::ItemStack const& item, ::std::shared_ptr<::SimpleSparseContainer> createdOutputContainer) /*override*/;
30#endif
31
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37#ifdef LL_PLAT_C
38 MCNAPI void $createItem(::ItemStack const& item, ::std::shared_ptr<::SimpleSparseContainer> createdOutputContainer);
39#endif
40
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition ItemStack.h:35
Definition SimpleSparseContainer.h:18
Definition ContainerTransferClientScope.h:15
static MCAPI void ** $vftable()
Definition ContainerTransferScope.h:11