LeviLamina
Loading...
Searching...
No Matches
SaplingBlockItem.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
CompoundTag
;
11
class
ItemDescriptor
;
12
// clang-format on
13
14
class
SaplingBlockItem
:
public
::BlockItem {
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual ::std::string
19
buildDescriptionId(
::ItemDescriptor
const
& itemDescriptor,
::CompoundTag
const
* userData)
const
/*override*/
;
20
21
virtual
~SaplingBlockItem
()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
MCAPI ::std::string
28
$buildDescriptionId(
::ItemDescriptor
const
& itemDescriptor,
::CompoundTag
const
* userData)
const
;
29
30
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCAPI
static
void
** $vftable();
37
// NOLINTEND
38
};
CompoundTag
Definition
CompoundTag.h:23
ItemDescriptor
Definition
ItemDescriptor.h:24
SaplingBlockItem
Definition
SaplingBlockItem.h:14
src
mc
world
item
SaplingBlockItem.h
Generated on
for LeviLamina by
1.16.1