LeviLamina
Loading...
Searching...
No Matches
CraftingOutputContainerController.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 Recipe;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~CraftingOutputContainerController() /*override*/ = default;
33
34 // vIndex: 5
35 virtual int getBackgroundStyle(int, bool) const /*override*/;
36
37 // vIndex: 10
38 virtual void onRecipeSelected(::Recipe const*, uint64, bool) /*override*/;
39
40 // vIndex: 1
41 virtual ::ItemInstance const& getRecipeItem(int) const /*override*/;
42
43 // vIndex: 11
44 virtual void clearSelectedRecipe() /*override*/;
45
46 // vIndex: 8
47 virtual bool _canRemove(int, int) const /*override*/;
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59
60 // NOLINTEND
61};
Definition CraftingContainerController.h:14
Definition CraftingOutputContainerController.h:14
Definition ItemInstance.h:16
Definition Recipe.h:29
Definition Alias.h:14