LeviLamina
Loading...
Searching...
No Matches
BannerDuplicateRecipe.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/crafting/MultiRecipe.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
CraftingContainer
;
11
class
CraftingContext
;
12
class
ItemInstance
;
13
class
RecipeIngredient
;
14
namespace
mce {
class
UUID; }
15
// clang-format on
16
17
class
BannerDuplicateRecipe
:
public
::MultiRecipe
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 24>
mUnke750dc;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
BannerDuplicateRecipe
& operator=(
BannerDuplicateRecipe
const
&);
27
BannerDuplicateRecipe
(
BannerDuplicateRecipe
const
&);
28
BannerDuplicateRecipe
();
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: 2
38
virtual
int
getCraftingSize()
const
/*override*/
;
39
40
// vIndex: 3
41
virtual ::RecipeIngredient
const
& getIngredient(
int
,
int
)
const
/*override*/
;
42
43
// vIndex: 8
44
virtual ::std::vector<::ItemInstance>
const
& getResultItems()
const
/*override*/
;
45
46
// vIndex: 5
47
virtual
bool
matches(
::CraftingContainer
const
& craftSlots,
::CraftingContext
const
&)
const
/*override*/
;
48
49
// vIndex: 6
50
virtual
int
size()
const
/*override*/
;
51
52
// vIndex: 0
53
virtual
~BannerDuplicateRecipe
()
/*override*/
=
default
;
54
// NOLINTEND
55
56
public
:
57
// member functions
58
// NOLINTBEGIN
59
MCAPI
BannerDuplicateRecipe
(::std::string
const
& recipeId,
::mce::UUID
const
& uuid);
60
// NOLINTEND
61
62
public
:
63
// static variables
64
// NOLINTBEGIN
65
MCAPI static ::mce::UUID
const
& ID();
66
// NOLINTEND
67
68
public
:
69
// constructor thunks
70
// NOLINTBEGIN
71
MCAPI
void
* $ctor(::std::string
const
& recipeId,
::mce::UUID
const
& uuid);
72
// NOLINTEND
73
74
public
:
75
// destructor thunk
76
// NOLINTBEGIN
77
78
// NOLINTEND
79
80
public
:
81
// virtual function thunks
82
// NOLINTBEGIN
83
MCAPI ::std::vector<::ItemInstance>
const
& $assemble(
::CraftingContainer
& craftSlots,
::CraftingContext
&)
const
;
84
85
MCFOLD
int
$getCraftingSize()
const
;
86
87
MCFOLD ::RecipeIngredient
const
& $getIngredient(
int
,
int
)
const
;
88
89
MCFOLD ::std::vector<::ItemInstance>
const
& $getResultItems()
const
;
90
91
MCAPI
bool
$matches(
::CraftingContainer
const
& craftSlots,
::CraftingContext
const
&)
const
;
92
93
MCFOLD
int
$size()
const
;
94
// NOLINTEND
95
96
public
:
97
// vftables
98
// NOLINTBEGIN
99
MCAPI
static
void
** $vftable();
100
// NOLINTEND
101
};
BannerDuplicateRecipe
Definition
BannerDuplicateRecipe.h:17
CraftingContainer
Definition
CraftingContainer.h:14
CraftingContext
Definition
CraftingContext.h:13
ItemInstance
Definition
ItemInstance.h:16
MultiRecipe
Definition
MultiRecipe.h:13
RecipeIngredient
Definition
RecipeIngredient.h:17
mce::UUID
Definition
UUID.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
item
crafting
BannerDuplicateRecipe.h
Generated on Sat Apr 26 2025 05:56:14 for LeviLamina by
1.12.0