LeviLamina
Loading...
Searching...
No Matches
UserDataShapelessRecipe.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/crafting/Recipe.h"
7
#include "mc/world/item/crafting/ShapelessRecipe.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
CraftingContainer
;
12
class
CraftingContext
;
13
class
ItemDescriptor
;
14
class
ItemInstance
;
15
class
ItemStack
;
16
namespace
mce {
class
UUID; }
17
// clang-format on
18
19
class
UserDataShapelessRecipe
:
public
::ShapelessRecipe
{
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::TypedStorage<8, 24, ::std::vector<::ItemInstance>> mResults;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
UserDataShapelessRecipe
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 1
34
virtual ::std::vector<::ItemInstance>
const
& assemble(
::CraftingContainer
& craftSlots,
::CraftingContext
&)
const
35
/*override*/
;
36
37
// vIndex: 13
38
virtual
bool
itemsMatch(
::ItemDescriptor
const
& lhs,
::ItemDescriptor
const
& rhs)
const
/*override*/
;
39
40
// vIndex: 0
41
virtual
~UserDataShapelessRecipe
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// member functions
46
// NOLINTBEGIN
47
MCAPI
explicit
UserDataShapelessRecipe
(
::Recipe::ConstructionContext
&&
context
);
48
49
MCAPI
bool
_itemShouldKeepUserData(
::ItemStack
const
& item)
const
;
50
// NOLINTEND
51
52
public
:
53
// static variables
54
// NOLINTBEGIN
55
MCAPI static ::mce::UUID
const
& ID();
56
// NOLINTEND
57
58
public
:
59
// constructor thunks
60
// NOLINTBEGIN
61
MCAPI
void
* $ctor(
::Recipe::ConstructionContext
&&
context
);
62
// NOLINTEND
63
64
public
:
65
// virtual function thunks
66
// NOLINTBEGIN
67
MCAPI ::std::vector<::ItemInstance>
const
& $assemble(
::CraftingContainer
& craftSlots,
::CraftingContext
&)
const
;
68
69
MCAPI
bool
$itemsMatch(
::ItemDescriptor
const
& lhs,
::ItemDescriptor
const
& rhs)
const
;
70
// NOLINTEND
71
72
public
:
73
// vftables
74
// NOLINTBEGIN
75
MCNAPI
static
void
**
$vftable
();
76
// NOLINTEND
77
};
CraftingContainer
Definition
CraftingContainer.h:14
CraftingContext
Definition
CraftingContext.h:20
ItemDescriptor
Definition
ItemDescriptor.h:22
ItemInstance
Definition
ItemInstance.h:15
ItemStack
Definition
ItemStack.h:23
ShapelessRecipe
Definition
ShapelessRecipe.h:16
UserDataShapelessRecipe
Definition
UserDataShapelessRecipe.h:19
UserDataShapelessRecipe::$vftable
static MCAPI void ** $vftable()
Recipe::ConstructionContext
Definition
Recipe.h:66
context
Definition
context.h:5
src-server
mc
world
item
crafting
UserDataShapelessRecipe.h
Generated on Sun Oct 12 2025 06:32:24 for LeviLamina by
1.12.0