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