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