LeviLamina
Loading...
Searching...
No Matches
CreateContainerItemScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/network/ItemStackRequestScope.h"
7#include "mc/world/inventory/network/TypedClientNetId.h"
8
9// auto generated forward declare list
10// clang-format off
12class ItemInstance;
15struct SlotData;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 8, ::SlotData const* const> mSrcSlot;
23 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ContainerController>> mCreatedItemContainerController;
24 ::ll::TypedStorage<8, 16, ::ItemStackRequestScope> mItemStackRequestScope;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI_C void _createItemStack(
31 ::ItemStackRequestId const& currentRequestId,
32 ::SlotData const& createdItemOutputSlot,
33 ::ItemInstance const& item,
34 ::ItemTransferAmount takeAmount
35 );
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI_C static ::CreateContainerItemScope _createInnerScope(
42 ::ItemStackRequestScope const& requestScope,
43 ::SlotData const& createdItemOutputSlot,
44 ::ItemInstance const& item,
45 ::ItemTransferAmount takeAmount,
46 ::std::shared_ptr<::ContainerController> createdItemOutputContainerController
47 );
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI_C void* $ctor(
54 ::ItemStackRequestScope&& requestScope,
55 ::SlotData const& createdItemOutputSlot,
56 ::ItemInstance const& item,
57 ::ItemTransferAmount takeAmount,
58 ::std::shared_ptr<::ContainerController> createdItemOutputContainerController
59 );
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCNAPI_C void $dtor();
66 // NOLINTEND
67};
Definition ContainerController.h:20
Definition ItemInstance.h:15
Definition CreateContainerItemScope.h:18
Definition ItemStackRequestIdTag.h:5
Definition ItemStackRequestScope.h:14
Definition ItemTransferAmount.h:5
Definition SlotData.h:5