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 virtual ::mce::UUID const& getId() const /*override*/;
20
21 virtual bool matches(::CraftingContainer const& craftSlots, ::CraftingContext const& craftingContext) const
22 /*override*/;
23
24#ifdef LL_PLAT_S
25 virtual ~ShapedChemistryRecipe() /*override*/ = default;
26#else // LL_PLAT_C
27 virtual ~ShapedChemistryRecipe() /*override*/;
28#endif
29
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35
36 // NOLINTEND
37
38public:
39 // static variables
40 // NOLINTBEGIN
41 MCAPI static ::mce::UUID const& ID();
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
47 MCAPI_C void* $ctor(::ShapedChemistryRecipe&&);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCFOLD void $dtor();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCAPI ::mce::UUID const& $getId() const;
60
61 MCAPI bool $matches(::CraftingContainer const& craftSlots, ::CraftingContext const& craftingContext) const;
62
63
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCAPI static void** $vftable();
70 // NOLINTEND
71};
Definition CraftingContainer.h:14
Definition CraftingContext.h:20
Definition ShapedChemistryRecipe.h:15
Definition ShapedRecipe.h:16
Definition UUID.h:7