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/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
SetOminousBottleFunction
:
public
::LootItemFunction
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<4, 8>
mUnk4b5715;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
SetOminousBottleFunction
& operator=(
SetOminousBottleFunction
const
&);
26
SetOminousBottleFunction
(
SetOminousBottleFunction
const
&);
27
SetOminousBottleFunction
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 0
33
virtual
~SetOminousBottleFunction
()
/*override*/
=
default
;
34
35
// vIndex: 4
36
virtual
void
apply(
::ItemStack
& item,
::Random
& random,
::LootTableContext
&)
/*override*/
;
37
38
// vIndex: 2
39
virtual
void
apply(
::ItemInstance
& itemInstance,
::Random
& random,
::LootTableContext
&)
/*override*/
;
40
41
// vIndex: 5
42
virtual ::LootItemFunction::FunctionType getFunctionType()
const
/*override*/
;
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCNAPI
void
$apply
(
::ItemStack
& item,
::Random
& random,
::LootTableContext
&);
49
50
MCNAPI
void
$apply
(
::ItemInstance
& itemInstance,
::Random
& random,
::LootTableContext
&);
51
52
MCNAPI ::LootItemFunction::FunctionType
$getFunctionType
()
const
;
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCNAPI
static
void
**
$vftable
();
59
// NOLINTEND
60
};
ItemInstance
Definition
ItemInstance.h:15
ItemStack
Definition
ItemStack.h:23
LootItemFunction
Definition
LootItemFunction.h:17
LootTableContext
Definition
LootTableContext.h:19
Random
Definition
Random.h:10
SetOminousBottleFunction
Definition
SetOminousBottleFunction.h:16
SetOminousBottleFunction::$apply
MCAPI void $apply(::ItemStack &item, ::Random &random, ::LootTableContext &)
SetOminousBottleFunction::$apply
MCAPI void $apply(::ItemInstance &itemInstance, ::Random &random, ::LootTableContext &)
SetOminousBottleFunction::$getFunctionType
MCAPI::LootItemFunction::FunctionType $getFunctionType() const
SetOminousBottleFunction::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
world
level
storage
loot
functions
SetOminousBottleFunction.h
Generated on Tue Nov 25 2025 04:01:56 for LeviLamina by
1.12.0