LeviLamina
Loading...
Searching...
No Matches
LeavesBlockItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/BlockItem.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Block
;
11
class
CompoundTag
;
12
class
ILevel
;
13
class
ItemDescriptor
;
14
class
ItemStackBase
;
15
// clang-format on
16
17
class
LeavesBlockItem
:
public
::BlockItem
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 8, ::Block const*> m_parentBlock;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 33
28
virtual
int
getLevelDataForAuxValue(
int
auxValue)
const
/*override*/
;
29
30
// vIndex: 87
31
virtual ::std::string
32
buildDescriptionId(
::ItemDescriptor
const
& itemDescriptor,
::CompoundTag
const
* userData)
const
/*override*/
;
33
34
// vIndex: 97
35
virtual
void
fixupCommon(
::ItemStackBase
& stack)
const
/*override*/
;
36
37
// vIndex: 96
38
virtual
void
fixupCommon(
::ItemStackBase
& stack,
::ILevel
& level)
const
/*override*/
;
39
40
// vIndex: 0
41
virtual
~LeavesBlockItem
()
/*override*/
=
default
;
42
// NOLINTEND
43
44
public
:
45
// virtual function thunks
46
// NOLINTBEGIN
47
MCFOLD
int
$getLevelDataForAuxValue(
int
auxValue)
const
;
48
49
MCAPI ::std::string
50
$buildDescriptionId(
::ItemDescriptor
const
& itemDescriptor,
::CompoundTag
const
* userData)
const
;
51
52
MCAPI
void
$fixupCommon(
::ItemStackBase
& stack)
const
;
53
54
MCFOLD
void
$fixupCommon(
::ItemStackBase
& stack,
::ILevel
& level)
const
;
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCNAPI
static
void
**
$vftable
();
61
// NOLINTEND
62
};
BlockItem
Definition
BlockItem.h:23
Block
Definition
Block.h:38
CompoundTag
Definition
CompoundTag.h:13
ILevel
Definition
ILevel.h:205
ItemDescriptor
Definition
ItemDescriptor.h:22
ItemStackBase
Definition
ItemStackBase.h:35
LeavesBlockItem
Definition
LeavesBlockItem.h:17
LeavesBlockItem::$vftable
static MCAPI void ** $vftable()
src
mc
world
item
LeavesBlockItem.h
Generated on Fri Jun 13 2025 05:05:10 for LeviLamina by
1.12.0