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
&)
const
/*override*/
;
22
// NOLINTEND
23
24
public
:
25
// static variables
26
// NOLINTBEGIN
27
MCAPI static ::mce::UUID
const
& ID();
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCAPI ::mce::UUID
const
& $getId()
const
;
34
35
MCAPI
bool
$matches(
::CraftingContainer
const
& craftSlots,
::CraftingContext
const
&)
const
;
36
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCAPI
static
void
** $vftable();
44
// NOLINTEND
45
};
CraftingContainer
Definition
CraftingContainer.h:14
CraftingContext
Definition
CraftingContext.h:20
ShapedChemistryRecipe
Definition
ShapedChemistryRecipe.h:15
mce::UUID
Definition
UUID.h:7
src
mc
world
item
crafting
ShapedChemistryRecipe.h
Generated on
for LeviLamina by
1.16.1