LeviLamina
Loading...
Searching...
No Matches
SetArmorTrimFunction.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
ItemStackBase
;
13
class
LootItemCondition
;
14
class
LootTableContext
;
15
class
Random
;
16
namespace
Json {
class
Value; }
17
// clang-format on
18
19
class
SetArmorTrimFunction
:
public
::LootItemFunction
{
20
public
:
21
// member variables
22
// NOLINTBEGIN
23
::ll::UntypedStorage<8, 48>
mUnkbe4288;
24
::ll::UntypedStorage<8, 48>
mUnk231591;
25
// NOLINTEND
26
27
public
:
28
// prevent constructor by default
29
SetArmorTrimFunction
& operator=(
SetArmorTrimFunction
const
&);
30
SetArmorTrimFunction
(
SetArmorTrimFunction
const
&);
31
SetArmorTrimFunction
();
32
33
public
:
34
// virtual functions
35
// NOLINTBEGIN
36
// vIndex: 0
37
virtual
~SetArmorTrimFunction
()
/*override*/
;
38
39
// vIndex: 4
40
virtual
void
apply(
::ItemStack
& item,
::Random
&,
::LootTableContext
&
context
)
/*override*/
;
41
42
// vIndex: 2
43
virtual
void
apply(
::ItemInstance
& item,
::Random
&,
::LootTableContext
&
context
)
/*override*/
;
44
// NOLINTEND
45
46
public
:
47
// member functions
48
// NOLINTBEGIN
49
MCNAPI
void
_apply
(
::ItemStackBase
& item,
::LootTableContext
const
&
context
)
const
;
50
// NOLINTEND
51
52
public
:
53
// static functions
54
// NOLINTBEGIN
55
MCNAPI static ::std::unique_ptr<::LootItemFunction>
56
deserialize
(
::Json::Value
object
, ::std::vector<::std::unique_ptr<::LootItemCondition>>& predicates);
57
// NOLINTEND
58
59
public
:
60
// destructor thunk
61
// NOLINTBEGIN
62
MCNAPI
void
$dtor
();
63
// NOLINTEND
64
65
public
:
66
// virtual function thunks
67
// NOLINTBEGIN
68
MCNAPI
void
$apply
(
::ItemStack
& item,
::Random
&,
::LootTableContext
&
context
);
69
70
MCNAPI
void
$apply
(
::ItemInstance
& item,
::Random
&,
::LootTableContext
&
context
);
71
// NOLINTEND
72
73
public
:
74
// vftables
75
// NOLINTBEGIN
76
MCNAPI
static
void
**
$vftable
();
77
// NOLINTEND
78
};
ItemInstance
Definition
ItemInstance.h:15
ItemStackBase
Definition
ItemStackBase.h:34
ItemStack
Definition
ItemStack.h:23
Json::Value
Definition
Value.h:16
LootItemCondition
Definition
LootItemCondition.h:12
LootItemFunction
Definition
LootItemFunction.h:17
LootTableContext
Definition
LootTableContext.h:19
Random
Definition
Random.h:10
SetArmorTrimFunction
Definition
SetArmorTrimFunction.h:19
SetArmorTrimFunction::$apply
MCAPI void $apply(::ItemInstance &item, ::Random &, ::LootTableContext &context)
SetArmorTrimFunction::$dtor
MCAPI void $dtor()
SetArmorTrimFunction::$vftable
static MCAPI void ** $vftable()
SetArmorTrimFunction::_apply
MCAPI void _apply(::ItemStackBase &item, ::LootTableContext const &context) const
SetArmorTrimFunction::deserialize
static MCAPI ::std::unique_ptr<::LootItemFunction > deserialize(::Json::Value object, ::std::vector<::std::unique_ptr<::LootItemCondition > > &predicates)
SetArmorTrimFunction::$apply
MCAPI void $apply(::ItemStack &item, ::Random &, ::LootTableContext &context)
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
world
level
storage
loot
functions
SetArmorTrimFunction.h
Generated on Sun Oct 12 2025 06:32:36 for LeviLamina by
1.12.0