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
// vIndex: 54
24
virtual
int
getEnchantSlot()
const
/*override*/
;
25
26
// vIndex: 55
27
virtual
int
getEnchantValue()
const
/*override*/
;
28
29
// vIndex: 39
30
virtual
bool
isGlint(
::ItemStackBase
const
& stack)
const
/*override*/
;
31
32
// vIndex: 0
33
virtual
~EnchantedBookItem
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCFOLD
int
$getEnchantSlot()
const
;
46
47
MCFOLD
int
$getEnchantValue()
const
;
48
49
MCFOLD
bool
$isGlint(
::ItemStackBase
const
& stack)
const
;
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCAPI
static
void
** $vftable();
56
// NOLINTEND
57
};
EnchantedBookItem
Definition
EnchantedBookItem.h:13
ItemStackBase
Definition
ItemStackBase.h:35
Item
Definition
Item.h:65
src
mc
world
item
EnchantedBookItem.h
Generated on Sat Apr 26 2025 05:56:14 for LeviLamina by
1.12.0