LeviLamina
Loading...
Searching...
No Matches
FillContainerFunction.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
FillContainerFunction
:
public
::LootItemFunction
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 32>
mUnk1ae109;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
FillContainerFunction
& operator=(
FillContainerFunction
const
&);
28
FillContainerFunction
(
FillContainerFunction
const
&);
29
FillContainerFunction
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 0
35
virtual
~FillContainerFunction
()
/*override*/
=
default
;
36
37
// vIndex: 4
38
virtual
void
apply(
::ItemStack
& item,
::Random
& random,
::LootTableContext
&
context
)
/*override*/
;
39
40
// vIndex: 2
41
virtual
void
apply(
::ItemInstance
& itemInstance,
::Random
& random,
::LootTableContext
&
context
)
/*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
& random,
::LootTableContext
&
context
);
61
62
MCFOLD
void
$apply(
::ItemInstance
& itemInstance,
::Random
& random,
::LootTableContext
&
context
);
63
// NOLINTEND
64
65
public
:
66
// vftables
67
// NOLINTBEGIN
68
MCAPI
static
void
** $vftable();
69
// NOLINTEND
70
};
FillContainerFunction
Definition
FillContainerFunction.h:18
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
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
storage
loot
functions
FillContainerFunction.h
Generated on Sat Apr 26 2025 05:56:31 for LeviLamina by
1.12.0