LeviLamina
Loading...
Searching...
No Matches
BoneMealItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/FertilizerItem.h"
7#include "mc/world/item/ItemColor.h"
8
9// auto generated forward declare list
10// clang-format off
11class CompoundTag;
12class Item;
13class ItemDescriptor;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<1, 1, bool const> mAllowLegacyUseAsDye;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 110
27 virtual ::Item& setIconInfo(::std::string const& name, int index) /*override*/;
28
29 // vIndex: 90
30 virtual ::std::string buildDescriptionId(::ItemDescriptor const&, ::CompoundTag const*) const /*override*/;
31
32 // vIndex: 16
33 virtual bool isDye() const /*override*/;
34
35 // vIndex: 17
36 virtual ::ItemColor getItemColor() const /*override*/;
37
38 // vIndex: 61
39 virtual bool isValidAuxValue(int auxValue) const /*override*/;
40
41 // vIndex: 0
42 virtual ~BoneMealItem() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCFOLD ::Item& $setIconInfo(::std::string const& name, int index);
49
50 MCAPI ::std::string $buildDescriptionId(::ItemDescriptor const&, ::CompoundTag const*) const;
51
52 MCFOLD bool $isDye() const;
53
54 MCFOLD bool $isValidAuxValue(int auxValue) const;
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition BoneMealItem.h:16
static MCAPI void ** $vftable()
Definition CompoundTag.h:13
Definition FertilizerItem.h:22
Definition ItemDescriptor.h:22
Definition Item.h:66