LeviLamina
Loading...
Searching...
No Matches
ShieldRecipe.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>> mResult;
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, int) const /*override*/;
36
37 // vIndex: 8
38 virtual ::std::vector<::ItemInstance> const& getResultItems() const /*override*/;
39
40 // vIndex: 4
41 virtual bool isShapeless() const /*override*/;
42
43 // vIndex: 5
44 virtual bool matches(::CraftingContainer const& craftSlots, ::CraftingContext const& craftingContext) const
45 /*override*/;
46
47 // vIndex: 6
48 virtual int size() const /*override*/;
49
50 // vIndex: 0
51 virtual ~ShieldRecipe() /*override*/ = default;
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCAPI static ::mce::UUID& ID();
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI ::std::vector<::ItemInstance> const& $assemble(::CraftingContainer& craftSlots, ::CraftingContext&) const;
64
65 MCFOLD int $getCraftingSize() const;
66
67 MCFOLD ::RecipeIngredient const& $getIngredient(int, int) const;
68
69 MCFOLD ::std::vector<::ItemInstance> const& $getResultItems() const;
70
71 MCFOLD bool $isShapeless() const;
72
73 MCAPI bool $matches(::CraftingContainer const& craftSlots, ::CraftingContext const& craftingContext) const;
74
75 MCFOLD int $size() const;
76 // NOLINTEND
77
78public:
79 // vftables
80 // NOLINTBEGIN
81 MCNAPI static void** $vftable();
82 // NOLINTEND
83};
Definition CraftingContainer.h:14
Definition CraftingContext.h:20
Definition ItemInstance.h:15
Definition MultiRecipe.h:13
Definition RecipeIngredient.h:17
Definition ShieldRecipe.h:17
static MCAPI void ** $vftable()