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