LeviLamina
Loading...
Searching...
No Matches
EnchantedBookItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/Item.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ItemStackBase
;
11
// clang-format on
12
13
class
EnchantedBookItem
:
public
::Item {
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<1, 1, bool> mIsGlint;
18
// NOLINTEND
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
int
getEnchantSlot()
const
/*override*/
;
24
25
virtual
int
getEnchantValue()
const
/*override*/
;
26
27
virtual
bool
isGlint(
::ItemStackBase
const
& stack)
const
/*override*/
;
28
29
virtual
~EnchantedBookItem
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCFOLD
int
$getEnchantSlot()
const
;
36
37
MCFOLD
int
$getEnchantValue()
const
;
38
39
MCFOLD
bool
$isGlint(
::ItemStackBase
const
& stack)
const
;
40
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
EnchantedBookItem
Definition
EnchantedBookItem.h:13
EnchantedBookItem::$vftable
static MCAPI void ** $vftable()
ItemStackBase
Definition
ItemStackBase.h:44
src
mc
world
item
EnchantedBookItem.h
Generated on
for LeviLamina by
1.16.1