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