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