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