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
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
MCAPI ::std::string
26
$buildDescriptionId(
::ItemDescriptor
const
& itemDescriptor,
::CompoundTag
const
* userData)
const
;
27
28
29
// NOLINTEND
30
31
public
:
32
// vftables
33
// NOLINTBEGIN
34
MCAPI
static
void
** $vftable();
35
// NOLINTEND
36
};
CompoundTag
Definition
CompoundTag.h:23
ItemDescriptor
Definition
ItemDescriptor.h:25
SaplingBlockItem
Definition
SaplingBlockItem.h:14
src
mc
world
item
SaplingBlockItem.h
Generated on
for LeviLamina by
1.16.1