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
10
class
CraftingContainer
;
11
class
CraftingContext
;
12
namespace
mce {
class
UUID; }
13
// clang-format on
14
15
class
ShapelessChemistryRecipe
:
public
::ShapelessRecipe
{
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
~ShapelessChemistryRecipe
()
/*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
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI ::mce::UUID
const
& $getId()
const
;
46
47
MCAPI
bool
$matches(
::CraftingContainer
const
& craftSlots,
::CraftingContext
const
& craftingContext)
const
;
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCAPI
static
void
** $vftable();
54
// NOLINTEND
55
};
CraftingContainer
Definition
CraftingContainer.h:14
CraftingContext
Definition
CraftingContext.h:13
ShapelessChemistryRecipe
Definition
ShapelessChemistryRecipe.h:15
ShapelessRecipe
Definition
ShapelessRecipe.h:16
src
mc
world
item
crafting
ShapelessChemistryRecipe.h
Generated on Sat Apr 26 2025 05:56:14 for LeviLamina by
1.12.0