LeviLamina
Loading...
Searching...
No Matches
ShapedChemistryRecipe.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/crafting/ShapedRecipe.h"
7
8// auto generated forward declare list
9// clang-format off
11class CraftingContext;
12namespace mce { class UUID; }
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 7
20 virtual ::mce::UUID const& getId() const /*override*/;
21
22 // vIndex: 5
23 virtual bool matches(::CraftingContainer const& craftSlots, ::CraftingContext const& craftingContext) const
24 /*override*/;
25
26 // vIndex: 0
27 virtual ~ShapedChemistryRecipe() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // static variables
32 // NOLINTBEGIN
33 MCAPI static ::mce::UUID const& ID();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCAPI ::mce::UUID const& $getId() const;
40
41 MCAPI bool $matches(::CraftingContainer const& craftSlots, ::CraftingContext const& craftingContext) const;
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition CraftingContainer.h:14
Definition CraftingContext.h:13
Definition ShapedChemistryRecipe.h:15
static MCAPI void ** $vftable()
Definition ShapedRecipe.h:16