LeviLamina
Loading...
Searching...
No Matches
ExplosionDecayFunction.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/storage/loot/functions/LootItemFunction.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ItemInstance
;
11
class
ItemStack
;
12
class
LootTableContext
;
13
class
Random
;
14
// clang-format on
15
16
class
ExplosionDecayFunction
:
public
::LootItemFunction
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
~ExplosionDecayFunction
()
/*override*/
=
default
;
21
22
virtual
void
apply(
::ItemStack
& item,
::Random
& random,
::LootTableContext
&
context
)
/*override*/
;
23
24
virtual
void
apply(
::ItemInstance
& item,
::Random
& random,
::LootTableContext
&
context
)
/*override*/
;
25
26
virtual ::LootItemFunction::FunctionType getFunctionType()
const
/*override*/
;
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
MCAPI
void
$apply(
::ItemStack
& item,
::Random
& random,
::LootTableContext
&
context
);
33
34
MCAPI
void
$apply(
::ItemInstance
& item,
::Random
& random,
::LootTableContext
&
context
);
35
36
MCFOLD ::LootItemFunction::FunctionType $getFunctionType()
const
;
37
38
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
ExplosionDecayFunction
Definition
ExplosionDecayFunction.h:16
ExplosionDecayFunction::$vftable
static MCAPI void ** $vftable()
ItemInstance
Definition
ItemInstance.h:15
ItemStack
Definition
ItemStack.h:26
LootItemFunction
Definition
LootItemFunction.h:17
LootTableContext
Definition
LootTableContext.h:20
Random
Definition
Random.h:10
context
Definition
context.h:5
src
mc
world
level
storage
loot
functions
ExplosionDecayFunction.h
Generated on
for LeviLamina by
1.16.1