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