LeviLamina
Loading...
Searching...
No Matches
SmithingTrimRecipe.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
class
HashedString
;
13
class
ItemInstance
;
14
class
RecipeIngredient
;
15
namespace
mce {
class
UUID; }
16
// clang-format on
17
18
class
SmithingTrimRecipe
:
public
::ShapelessRecipe
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 24>
mUnkda36da;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
SmithingTrimRecipe
& operator=(
SmithingTrimRecipe
const
&);
28
SmithingTrimRecipe
(
SmithingTrimRecipe
const
&);
29
SmithingTrimRecipe
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 5
35
virtual
bool
matches(
::CraftingContainer
const
& craftingContainer,
::CraftingContext
const
& craftingContext)
const
36
/*override*/
;
37
38
// vIndex: 1
39
virtual ::std::vector<::ItemInstance>
const
&
40
assemble(
::CraftingContainer
& craftingContainer,
::CraftingContext
& craftingContext)
const
/*override*/
;
41
42
// vIndex: 10
43
virtual
bool
hasDataDrivenResult()
const
/*override*/
;
44
45
// vIndex: 0
46
virtual
~SmithingTrimRecipe
()
/*override*/
=
default
;
47
// NOLINTEND
48
49
public
:
50
// member functions
51
// NOLINTBEGIN
52
MCAPI
SmithingTrimRecipe
(
53
::std::string
const
& recipeId,
54
::RecipeIngredient
const
& templateIngredient,
55
::RecipeIngredient
const
& baseIngredient,
56
::RecipeIngredient
const
& additionIngredient,
57
::HashedString
const
& tag
58
);
59
// NOLINTEND
60
61
public
:
62
// static variables
63
// NOLINTBEGIN
64
MCAPI static ::mce::UUID
const
& ID();
65
// NOLINTEND
66
67
public
:
68
// constructor thunks
69
// NOLINTBEGIN
70
MCAPI
void
* $ctor(
71
::std::string
const
& recipeId,
72
::RecipeIngredient
const
& templateIngredient,
73
::RecipeIngredient
const
& baseIngredient,
74
::RecipeIngredient
const
& additionIngredient,
75
::HashedString
const
& tag
76
);
77
// NOLINTEND
78
79
public
:
80
// destructor thunk
81
// NOLINTBEGIN
82
83
// NOLINTEND
84
85
public
:
86
// virtual function thunks
87
// NOLINTBEGIN
88
MCAPI
bool
$matches(
::CraftingContainer
const
& craftingContainer,
::CraftingContext
const
& craftingContext)
const
;
89
90
MCAPI ::std::vector<::ItemInstance>
const
&
91
$assemble(
::CraftingContainer
& craftingContainer,
::CraftingContext
& craftingContext)
const
;
92
93
MCFOLD
bool
$hasDataDrivenResult()
const
;
94
// NOLINTEND
95
96
public
:
97
// vftables
98
// NOLINTBEGIN
99
MCAPI
static
void
** $vftable();
100
// NOLINTEND
101
};
CraftingContainer
Definition
CraftingContainer.h:14
CraftingContext
Definition
CraftingContext.h:13
HashedString
Definition
HashedString.h:5
ItemInstance
Definition
ItemInstance.h:16
RecipeIngredient
Definition
RecipeIngredient.h:17
ShapelessRecipe
Definition
ShapelessRecipe.h:16
SmithingTrimRecipe
Definition
SmithingTrimRecipe.h:18
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
item
crafting
SmithingTrimRecipe.h
Generated on Sat Apr 26 2025 05:56:14 for LeviLamina by
1.12.0