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
10class CompoundTag;
11class ItemDescriptor;
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 87
19 virtual ::std::string
20 buildDescriptionId(::ItemDescriptor const& itemDescriptor, ::CompoundTag const* userData) const /*override*/;
21
22 // vIndex: 0
23 virtual ~SaplingBlockItem() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCAPI ::std::string
36 $buildDescriptionId(::ItemDescriptor const& itemDescriptor, ::CompoundTag const* userData) const;
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCAPI static void** $vftable();
43 // NOLINTEND
44};
Definition BlockItem.h:23
Definition CompoundTag.h:13
Definition ItemDescriptor.h:22
Definition SaplingBlockItem.h:14