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