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