LeviLamina
Loading...
Searching...
No Matches
AuxDataBlockItem.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
ItemDescriptor
;
13
// clang-format on
14
15
class
AuxDataBlockItem
:
public
::BlockItem
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 8, ::Block const*> mParentBlock;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 33
26
virtual
int
getLevelDataForAuxValue(
int
auxValue)
const
/*override*/
;
27
28
// vIndex: 87
29
virtual ::std::string
30
buildDescriptionId(
::ItemDescriptor
const
& itemDescriptor,
::CompoundTag
const
* userData)
const
/*override*/
;
31
32
// vIndex: 0
33
virtual
~AuxDataBlockItem
()
/*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
$getLevelDataForAuxValue(
int
auxValue)
const
;
46
47
MCAPI ::std::string
48
$buildDescriptionId(
::ItemDescriptor
const
& itemDescriptor,
::CompoundTag
const
* userData)
const
;
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
** $vftable();
55
// NOLINTEND
56
};
AuxDataBlockItem
Definition
AuxDataBlockItem.h:15
BlockItem
Definition
BlockItem.h:23
Block
Definition
Block.h:36
CompoundTag
Definition
CompoundTag.h:13
ItemDescriptor
Definition
ItemDescriptor.h:22
src
mc
world
item
AuxDataBlockItem.h
Generated on Sat Apr 26 2025 05:56:12 for LeviLamina by
1.12.0