LeviLamina
Loading...
Searching...
No Matches
LootTableEntry.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
LootTableContext
;
12
class
Random
;
13
namespace
Json {
class
Value; }
14
// clang-format on
15
16
class
LootTableEntry
:
public
::LootPoolEntry
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 8>
mUnk8be934;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
LootTableEntry
& operator=(
LootTableEntry
const
&);
26
LootTableEntry
(
LootTableEntry
const
&);
27
LootTableEntry
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 0
33
virtual
bool
_createItem(::std::vector<::ItemStack>& output,
::Random
& random,
::LootTableContext
&
context
)
const
34
/*override*/
;
35
36
// vIndex: 1
37
virtual
~LootTableEntry
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// static functions
42
// NOLINTBEGIN
43
MCAPI static ::std::unique_ptr<::LootPoolEntry>
44
deserialize(
::Json::Value
entry,
bool
usingUpcomingCreatorFeaturesExperiment);
45
// NOLINTEND
46
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
51
// NOLINTEND
52
53
public
:
54
// virtual function thunks
55
// NOLINTBEGIN
56
MCAPI
bool
$_createItem(::std::vector<::ItemStack>& output,
::Random
& random,
::LootTableContext
&
context
)
const
;
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCAPI
static
void
** $vftable();
63
// NOLINTEND
64
};
ItemStack
Definition
ItemStack.h:25
Json::Value
Definition
Value.h:16
LootPoolEntry
Definition
LootPoolEntry.h:13
LootTableContext
Definition
LootTableContext.h:20
LootTableEntry
Definition
LootTableEntry.h:16
Random
Definition
Random.h:16
context
Definition
context.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
storage
loot
entries
LootTableEntry.h
Generated on Sat Apr 26 2025 05:56:31 for LeviLamina by
1.12.0