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
7class ItemStack;
9// clang-format on
10
12public:
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
20public:
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
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftable();
34 // NOLINTEND
35};
Definition ItemStack.h:26
Definition SimpleSparseContainer.h:18
Definition ContainerTransferScope.h:11
static MCAPI void ** $vftable()