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
10
class
CraftingContainer
;
11
class
CraftingContext
;
12
namespace
mce {
class
UUID
; }
13
// clang-format on
14
15
class
ShapedChemistryRecipe
:
public
::ShapedRecipe
{
16
public
:
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
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
38
public
:
39
// static variables
40
// NOLINTBEGIN
41
MCAPI static ::mce::UUID
const
& ID();
42
// NOLINTEND
43
44
public
:
45
// constructor thunks
46
// NOLINTBEGIN
47
MCAPI_C
void
* $ctor(
::ShapedChemistryRecipe
&&);
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
MCFOLD
void
$dtor();
54
// NOLINTEND
55
56
public
:
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
66
public
:
67
// vftables
68
// NOLINTBEGIN
69
MCAPI
static
void
** $vftable();
70
// NOLINTEND
71
};
CraftingContainer
Definition
CraftingContainer.h:14
CraftingContext
Definition
CraftingContext.h:20
ShapedChemistryRecipe
Definition
ShapedChemistryRecipe.h:15
ShapedRecipe
Definition
ShapedRecipe.h:16
mce::UUID
Definition
UUID.h:7
src
mc
world
item
crafting
ShapedChemistryRecipe.h
Generated on
for LeviLamina by
1.16.1