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
virtual
int
getLevelDataForAuxValue(
int
auxValue)
const
/*override*/
;
26
27
virtual ::std::string
28
buildDescriptionId(
::ItemDescriptor
const
& itemDescriptor,
::CompoundTag
const
* userData)
const
/*override*/
;
29
30
virtual
~AuxDataBlockItem
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
MCFOLD
int
$getLevelDataForAuxValue(
int
auxValue)
const
;
37
38
MCAPI ::std::string
39
$buildDescriptionId(
::ItemDescriptor
const
& itemDescriptor,
::CompoundTag
const
* userData)
const
;
40
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCAPI
static
void
** $vftable();
48
// NOLINTEND
49
};
AuxDataBlockItem
Definition
AuxDataBlockItem.h:15
Block
Definition
Block.h:43
CompoundTag
Definition
CompoundTag.h:23
ItemDescriptor
Definition
ItemDescriptor.h:23
src
mc
world
item
AuxDataBlockItem.h
Generated on
for LeviLamina by
1.16.1