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