LeviLamina
Loading...
Searching...
No Matches
SmithingTemplateItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/Item.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ItemStackBase
;
11
class
Level
;
12
namespace
Bedrock::Safety {
class
RedactableString
; }
13
// clang-format on
14
15
class
SmithingTemplateItem
:
public
::Item {
16
public
:
17
// SmithingTemplateItem inner types define
18
enum class
UpgradeType :
int
{
19
NetheriteUpgrade = 0,
20
ArmorTrim
= 1,
21
Count = 2,
22
};
23
24
public
:
25
// member variables
26
// NOLINTBEGIN
27
::ll::TypedStorage<8, 32, ::std::string const> mAppliesToText;
28
::ll::TypedStorage<8, 32, ::std::string const> mIngredientsText;
29
// NOLINTEND
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
virtual
void
appendFormattedHovertext(
35
::ItemStackBase
const
& stack,
36
::Level
& level,
37
::Bedrock::Safety::RedactableString
& hovertext,
38
bool
const
showCategory
39
)
const
/*override*/
;
40
41
virtual
~SmithingTemplateItem
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
MCAPI
void
$appendFormattedHovertext(
48
::ItemStackBase
const
& stack,
49
::Level
& level,
50
::Bedrock::Safety::RedactableString
& hovertext,
51
bool
const
showCategory
52
)
const
;
53
54
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCAPI
static
void
** $vftable();
61
// NOLINTEND
62
};
ArmorTrim
Definition
ArmorTrim.h:16
Bedrock::Safety::RedactableString
Definition
RedactableString.h:10
ItemStackBase
Definition
ItemStackBase.h:44
Level
Definition
Level.h:249
SmithingTemplateItem
Definition
SmithingTemplateItem.h:15
src
mc
world
item
SmithingTemplateItem.h
Generated on
for LeviLamina by
1.16.1