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
virtual
bool
_createItem(::std::vector<::ItemStack>&,
::Random
&,
::LootTableContext
&)
const
/*override*/
;
20
21
virtual
~EmptyLootItem
()
/*override*/
=
default
;
22
23
virtual ::LootPoolEntry::EntryType getEntryType()
const
/*override*/
;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
MCFOLD
bool
$_createItem(::std::vector<::ItemStack>&,
::Random
&,
::LootTableContext
&)
const
;
30
31
MCFOLD ::LootPoolEntry::EntryType $getEntryType()
const
;
32
33
34
// NOLINTEND
35
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCNAPI
static
void
**
$vftable
();
40
// NOLINTEND
41
};
EmptyLootItem
Definition
EmptyLootItem.h:15
EmptyLootItem::$vftable
static MCAPI void ** $vftable()
ItemStack
Definition
ItemStack.h:35
LootPoolEntry
Definition
LootPoolEntry.h:14
LootTableContext
Definition
LootTableContext.h:21
Random
Definition
Random.h:10
src
mc
world
level
storage
loot
entries
EmptyLootItem.h
Generated on
for LeviLamina by
1.16.1