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
// prevent constructor by default
22
EnchantedBookItem();
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
int
getEnchantSlot()
const
/*override*/
;
28
29
virtual
int
getEnchantValue()
const
/*override*/
;
30
31
virtual
bool
isGlint(
::ItemStackBase
const
& stack)
const
/*override*/
;
32
// NOLINTEND
33
34
public
:
35
// member functions
36
// NOLINTBEGIN
37
MCAPI EnchantedBookItem(::std::string
const
& name,
int
id
,
bool
isGlint);
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor(::std::string
const
& name,
int
id
,
bool
isGlint);
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCFOLD
int
$getEnchantSlot()
const
;
50
51
MCFOLD
int
$getEnchantValue()
const
;
52
53
MCFOLD
bool
$isGlint(
::ItemStackBase
const
& stack)
const
;
54
55
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCAPI
static
void
** $vftable();
62
// NOLINTEND
63
};
ItemStackBase
Definition
ItemStackBase.h:52
src
mc
world
item
EnchantedBookItem.h
Generated on
for LeviLamina by
1.16.1