LeviLamina
Loading...
Searching...
No Matches
RepairItemRecipe.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/crafting/MultiRecipe.h"
7
8// auto generated forward declare list
9// clang-format off
11class CraftingContext;
12class ItemInstance;
14namespace mce { class UUID; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 24, ::std::vector<::ItemInstance>> mResults;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 1
28 virtual ::std::vector<::ItemInstance> const& assemble(::CraftingContainer& craftSlots, ::CraftingContext&) const
29 /*override*/;
30
31 // vIndex: 2
32 virtual int getCraftingSize() const /*override*/;
33
34 // vIndex: 3
35 virtual ::RecipeIngredient const& getIngredient(int x, int y) const /*override*/;
36
37 // vIndex: 8
38 virtual ::std::vector<::ItemInstance> const& getResultItems() const /*override*/;
39
40 // vIndex: 5
41 virtual bool matches(::CraftingContainer const& craftSlots, ::CraftingContext const&) const /*override*/;
42
43 // vIndex: 6
44 virtual int size() const /*override*/;
45
46 // vIndex: 0
47 virtual ~RepairItemRecipe() /*override*/ = default;
48 // NOLINTEND
49
50public:
51 // static variables
52 // NOLINTBEGIN
53 MCAPI static ::mce::UUID& ID();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCAPI ::std::vector<::ItemInstance> const& $assemble(::CraftingContainer& craftSlots, ::CraftingContext&) const;
60
61 MCFOLD int $getCraftingSize() const;
62
63 MCFOLD ::RecipeIngredient const& $getIngredient(int x, int y) const;
64
65 MCFOLD ::std::vector<::ItemInstance> const& $getResultItems() const;
66
67 MCAPI bool $matches(::CraftingContainer const& craftSlots, ::CraftingContext const&) const;
68
69 MCFOLD int $size() const;
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
Definition CraftingContainer.h:14
Definition CraftingContext.h:20
Definition ItemInstance.h:15
Definition MultiRecipe.h:13
Definition RecipeIngredient.h:17
Definition RepairItemRecipe.h:17
static MCAPI void ** $vftable()