LeviLamina
Loading...
Searching...
No Matches
EmptyLootItem.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
// clang-format on
14
15
class
EmptyLootItem
:
public
::LootPoolEntry
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 0
20
virtual
bool
_createItem(::std::vector<::ItemStack>& output,
::Random
& random,
::LootTableContext
&
context
)
const
21
/*override*/
;
22
23
// vIndex: 1
24
virtual
~EmptyLootItem
()
/*override*/
=
default
;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCFOLD
bool
$_createItem(::std::vector<::ItemStack>& output,
::Random
& random,
::LootTableContext
&
context
)
const
;
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCAPI
static
void
** $vftable();
43
// NOLINTEND
44
};
EmptyLootItem
Definition
EmptyLootItem.h:15
ItemStack
Definition
ItemStack.h:25
LootPoolEntry
Definition
LootPoolEntry.h:13
LootTableContext
Definition
LootTableContext.h:20
Random
Definition
Random.h:16
context
Definition
context.h:5
src
mc
world
level
storage
loot
entries
EmptyLootItem.h
Generated on Sat Apr 26 2025 05:56:31 for LeviLamina by
1.12.0