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
15class ShapedChemistryRecipe : public ::ShapedRecipe {
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ::mce::UUID const& getId() const /*override*/;
20
21 virtual bool matches(::CraftingContainer const& craftSlots, ::CraftingContext const&) const /*override*/;
22 // NOLINTEND
23
24public:
25 // static variables
26 // NOLINTBEGIN
27 MCAPI static ::mce::UUID const& ID();
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCAPI ::mce::UUID const& $getId() const;
34
35 MCAPI bool $matches(::CraftingContainer const& craftSlots, ::CraftingContext const&) const;
36
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCAPI static void** $vftable();
44 // NOLINTEND
45};
Definition CraftingContainer.h:14
Definition CraftingContext.h:20
Definition ShapedChemistryRecipe.h:15
Definition UUID.h:7