LeviLamina
Loading...
Searching...
No Matches
TridentChannelingEnchant.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
class
TridentChannelingEnchant
:
public
::Enchant {
9
public
:
10
// virtual functions
11
// NOLINTBEGIN
12
virtual
int
getMinCost(
int
level)
const
/*override*/
;
13
14
virtual
int
getMaxCost(
int
level)
const
/*override*/
;
15
16
virtual
int
getMaxLevel()
const
/*override*/
;
17
18
virtual
bool
isCompatibleWith(::Enchant::Type type)
const
/*override*/
;
19
// NOLINTEND
20
21
public
:
22
// virtual function thunks
23
// NOLINTBEGIN
24
MCFOLD
int
$getMinCost(
int
level)
const
;
25
26
MCFOLD
int
$getMaxCost(
int
level)
const
;
27
28
MCFOLD
int
$getMaxLevel()
const
;
29
30
MCAPI
bool
$isCompatibleWith(::Enchant::Type type)
const
;
31
32
33
// NOLINTEND
34
35
public
:
36
// vftables
37
// NOLINTBEGIN
38
MCAPI
static
void
** $vftable();
39
// NOLINTEND
40
};
TridentChannelingEnchant
Definition
TridentChannelingEnchant.h:8
src
mc
world
item
enchanting
TridentChannelingEnchant.h
Generated on
for LeviLamina by
1.16.1