LeviLamina
Loading...
Searching...
No Matches
SoulSpeedEnchant.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/enchanting/Enchant.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
namespace
mce {
class
UUID; }
12
// clang-format on
13
14
class
SoulSpeedEnchant
:
public
::Enchant
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 2
19
virtual
int
getMinCost(
int
level)
const
/*override*/
;
20
21
// vIndex: 3
22
virtual
int
getMaxCost(
int
level)
const
/*override*/
;
23
24
// vIndex: 5
25
virtual
int
getMaxLevel()
const
/*override*/
;
26
27
// vIndex: 14
28
virtual
bool
isTreasureOnly()
const
/*override*/
;
29
30
// vIndex: 15
31
virtual
bool
isDiscoverable()
const
/*override*/
;
32
33
// vIndex: 0
34
virtual
~SoulSpeedEnchant
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// static functions
39
// NOLINTBEGIN
40
MCAPI
static
int
getLevel(
::Actor
const
& entity);
41
// NOLINTEND
42
43
public
:
44
// static variables
45
// NOLINTBEGIN
46
MCAPI static ::mce::UUID
const
& SOUL_SPEED_BOOST_UUID();
47
// NOLINTEND
48
49
public
:
50
// virtual function thunks
51
// NOLINTBEGIN
52
MCFOLD
int
$getMinCost(
int
level)
const
;
53
54
MCFOLD
int
$getMaxCost(
int
level)
const
;
55
56
MCFOLD
int
$getMaxLevel()
const
;
57
58
MCFOLD
bool
$isTreasureOnly()
const
;
59
60
MCFOLD
bool
$isDiscoverable()
const
;
61
// NOLINTEND
62
63
public
:
64
// vftables
65
// NOLINTBEGIN
66
MCNAPI
static
void
**
$vftable
();
67
// NOLINTEND
68
};
Actor
Definition
Actor.h:103
Enchant
Definition
Enchant.h:16
SoulSpeedEnchant
Definition
SoulSpeedEnchant.h:14
SoulSpeedEnchant::$vftable
static MCAPI void ** $vftable()
src
mc
world
item
enchanting
SoulSpeedEnchant.h
Generated on Fri Jun 13 2025 05:05:10 for LeviLamina by
1.12.0