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
// 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
~ShapedChemistryRecipe
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// static variables
32
// NOLINTBEGIN
33
MCAPI static ::mce::UUID
const
& ID();
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI ::mce::UUID
const
& $getId()
const
;
40
41
MCAPI
bool
$matches(
::CraftingContainer
const
& craftSlots,
::CraftingContext
const
& craftingContext)
const
;
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
CraftingContainer
Definition
CraftingContainer.h:14
CraftingContext
Definition
CraftingContext.h:13
ShapedChemistryRecipe
Definition
ShapedChemistryRecipe.h:15
ShapedChemistryRecipe::$vftable
static MCAPI void ** $vftable()
ShapedRecipe
Definition
ShapedRecipe.h:16
src
mc
world
item
crafting
ShapedChemistryRecipe.h
Generated on Fri Jun 13 2025 13:06:17 for LeviLamina by
1.12.0