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: 107
27 virtual ::Item& setIconInfo(::std::string const& name, int index) /*override*/;
28
29 // vIndex: 87
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: 60
39 virtual bool isValidAuxValue(int auxValue) const /*override*/;
40
41 // vIndex: 0
42 virtual ~BoneMealItem() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCFOLD ::Item& $setIconInfo(::std::string const& name, int index);
55
56 MCAPI ::std::string $buildDescriptionId(::ItemDescriptor const&, ::CompoundTag const*) const;
57
58 MCFOLD bool $isDye() const;
59
60 MCFOLD bool $isValidAuxValue(int auxValue) const;
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCAPI static void** $vftable();
67 // NOLINTEND
68};
Definition BoneMealItem.h:16
Definition CompoundTag.h:13
Definition FertilizerItem.h:22
Definition ItemDescriptor.h:22
Definition Item.h:65