LeviLamina
Loading...
Searching...
No Matches
SetItemLoreFunction.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/storage/loot/functions/LootItemFunction.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ItemInstance
;
11
class
ItemStack
;
12
class
LootItemCondition
;
13
class
LootTableContext
;
14
class
Random
;
15
namespace
Json {
class
Value; }
16
// clang-format on
17
18
class
SetItemLoreFunction
:
public
::LootItemFunction
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 24>
mUnk344fcc;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
SetItemLoreFunction
& operator=(
SetItemLoreFunction
const
&);
28
SetItemLoreFunction
(
SetItemLoreFunction
const
&);
29
SetItemLoreFunction
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 0
35
virtual
~SetItemLoreFunction
()
/*override*/
=
default
;
36
37
// vIndex: 4
38
virtual
void
apply(
::ItemStack
& item,
::Random
&,
::LootTableContext
&)
/*override*/
;
39
40
// vIndex: 2
41
virtual
void
apply(
::ItemInstance
& itemInstance,
::Random
&,
::LootTableContext
&)
/*override*/
;
42
// NOLINTEND
43
44
public
:
45
// static functions
46
// NOLINTBEGIN
47
MCAPI static ::std::unique_ptr<::LootItemFunction>
48
deserialize(
::Json::Value
object
, ::std::vector<::std::unique_ptr<::LootItemCondition>>& predicates);
49
// NOLINTEND
50
51
public
:
52
// destructor thunk
53
// NOLINTBEGIN
54
55
// NOLINTEND
56
57
public
:
58
// virtual function thunks
59
// NOLINTBEGIN
60
MCFOLD
void
$apply(
::ItemStack
& item,
::Random
&,
::LootTableContext
&);
61
62
MCFOLD
void
$apply(
::ItemInstance
& itemInstance,
::Random
&,
::LootTableContext
&);
63
// NOLINTEND
64
65
public
:
66
// vftables
67
// NOLINTBEGIN
68
MCAPI
static
void
** $vftable();
69
// NOLINTEND
70
};
ItemInstance
Definition
ItemInstance.h:16
ItemStack
Definition
ItemStack.h:25
Json::Value
Definition
Value.h:16
LootItemCondition
Definition
LootItemCondition.h:12
LootItemFunction
Definition
LootItemFunction.h:17
LootTableContext
Definition
LootTableContext.h:20
Random
Definition
Random.h:16
SetItemLoreFunction
Definition
SetItemLoreFunction.h:18
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
storage
loot
functions
SetItemLoreFunction.h
Generated on Sat Apr 26 2025 05:56:31 for LeviLamina by
1.12.0