LeviLamina
Loading...
Searching...
No Matches
CreativeContainerController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/controllers/CraftingContainerController.h"
7
8// auto generated forward declare list
9// clang-format off
10class ItemInstance;
11class ItemStackBase;
12class Recipes;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~CreativeContainerController() /*override*/ = default;
21
22 // vIndex: 5
23 virtual int getBackgroundStyle(int, bool) const /*override*/;
24
25 // vIndex: 4
26 virtual bool isItemFiltered(::Recipes const&, ::ItemStackBase const&) const /*override*/;
27
28 // vIndex: 1
29 virtual ::ItemInstance const& getRecipeItem(int) const /*override*/;
30
31 // vIndex: 2
32 virtual bool canRemove(int, int) const /*override*/;
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44
45 // NOLINTEND
46};
Definition CraftingContainerController.h:14
Definition CreativeContainerController.h:15
Definition ItemInstance.h:16
Definition ItemStackBase.h:35
Definition Recipes.h:36