LeviLamina
Loading...
Searching...
No Matches
BreachEnchant.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
// clang-format on
12
13
class
BreachEnchant
:
public
::Enchant
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 2
18
virtual
int
getMinCost(
int
level)
const
/*override*/
;
19
20
// vIndex: 3
21
virtual
int
getMaxCost(
int
level)
const
/*override*/
;
22
23
// vIndex: 5
24
virtual
int
getMaxLevel()
const
/*override*/
;
25
26
// vIndex: 8
27
virtual
float
getDamageBonus(
int
,
::Actor
const
&,
::Actor
const
&)
const
/*override*/
;
28
29
// vIndex: 7
30
virtual
float
getAfterBreachArmorFraction(
int
level,
float
const
armorFraction)
const
/*override*/
;
31
32
// vIndex: 0
33
virtual
~BreachEnchant
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCFOLD
int
$getMinCost(
int
level)
const
;
40
41
MCFOLD
int
$getMaxCost(
int
level)
const
;
42
43
MCFOLD
int
$getMaxLevel()
const
;
44
45
MCFOLD
float
$getDamageBonus(
int
,
::Actor
const
&,
::Actor
const
&)
const
;
46
47
MCAPI
float
$getAfterBreachArmorFraction(
int
level,
float
const
armorFraction)
const
;
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCNAPI
static
void
**
$vftable
();
54
// NOLINTEND
55
};
Actor
Definition
Actor.h:103
BreachEnchant
Definition
BreachEnchant.h:13
BreachEnchant::$vftable
static MCAPI void ** $vftable()
Enchant
Definition
Enchant.h:16
src
mc
world
item
enchanting
BreachEnchant.h
Generated on Fri Jun 13 2025 05:05:10 for LeviLamina by
1.12.0