LeviLamina
Loading...
Searching...
No Matches
TradeContainerManagerController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/controllers/ItemTakeType.h"
7#include "mc/world/containers/managers/controllers/ContainerManagerController.h"
8
9// auto generated forward declare list
10// clang-format off
11class ItemStackBase;
12struct AutoPlaceItem;
13struct AutoPlaceResult;
16struct SelectedSlotInfo;
17struct SlotData;
18// clang-format on
19
21public:
22 // member variables
23 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
36
37public:
38 // virtual functions
39 // NOLINTBEGIN
40 // vIndex: 0
41 virtual ~TradeContainerManagerController() /*override*/ = default;
42
43 // vIndex: 27
44 virtual bool isOutputSlot(::std::string const&) const /*override*/;
45
46 // vIndex: 8
47 virtual ::ItemStackBase const& getTakeableItemStackBase(::SlotData const&) const /*override*/;
48
49 // vIndex: 10
50 virtual void handleTakeAll(::SlotData const&, ::SlotData const&) /*override*/;
51
52 // vIndex: 9
53 virtual void handleTakeAmount(::SlotData const&, int, ::SlotData const&) /*override*/;
54
55 // vIndex: 12
56 virtual void handleTakeHalf(::SlotData const&, ::SlotData const&) /*override*/;
57
58 // vIndex: 15
59 virtual int
60 handleAutoPlace(::SlotData const&, int, ::std::vector<::AutoPlaceItem> const&, ::std::vector<::AutoPlaceResult>&) /*override*/
61 ;
62
63 // vIndex: 11
64 virtual void handlePlaceAll(::SelectedSlotInfo const&, ::SlotData const&) /*override*/;
65
66 // vIndex: 13
67 virtual void handlePlaceOne(::SlotData const&, ::SlotData const&) /*override*/;
68
69 // vIndex: 25
70 virtual void handleAddToStack(::SlotData const&, ::SlotData const&, ::ItemTakeType) /*override*/;
71
72 // vIndex: 29
73 virtual ::CreateContainerItemScope
74 _makeCreateItemScope(::SlotData const&, ::ItemTransferAmount const&) /*override*/;
75 // NOLINTEND
76
77public:
78 // destructor thunk
79 // NOLINTBEGIN
80
81 // NOLINTEND
82
83public:
84 // virtual function thunks
85 // NOLINTBEGIN
86
87 // NOLINTEND
88};
Definition ContainerManagerController.h:24
Definition ItemStackBase.h:35
Definition TradeContainerManagerController.h:20
Definition AutoPlaceItem.h:5
Definition AutoPlaceResult.h:5
Definition CreateContainerItemScope.h:5
Definition ItemTransferAmount.h:5
Definition SelectedSlotInfo.h:5
Definition SlotData.h:5
Definition Alias.h:14