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
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 ~ShapelessChemistryRecipe() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // static variables
32 // NOLINTBEGIN
33 MCAPI static ::mce::UUID const& ID();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCAPI ::mce::UUID const& $getId() const;
46
47 MCAPI bool $matches(::CraftingContainer const& craftSlots, ::CraftingContext const& craftingContext) const;
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCAPI static void** $vftable();
54 // NOLINTEND
55};
Definition CraftingContainer.h:14
Definition CraftingContext.h:13
Definition ShapelessChemistryRecipe.h:15
Definition ShapelessRecipe.h:16