LeviLamina
Loading...
Searching...
No Matches
DecoratedPotBlockItem.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 ItemStackBase;
12class Level;
13namespace Bedrock::Safety { class RedactableString; }
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 52
21 virtual void appendFormattedHovertext(
22 ::ItemStackBase const& stack,
23 ::Level& level,
25 bool const showCategory
26 ) const /*override*/;
27
28 // vIndex: 97
29 virtual void fixupCommon(::ItemStackBase& stack) const /*override*/;
30
31 // vIndex: 0
32 virtual ~DecoratedPotBlockItem() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI ::std::string buildIngredientItemList(::CompoundTag const* ingredientList) const;
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI void $appendFormattedHovertext(
51 ::ItemStackBase const& stack,
52 ::Level& level,
54 bool const showCategory
55 ) const;
56
57 MCAPI void $fixupCommon(::ItemStackBase& stack) const;
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCAPI static void** $vftable();
64 // NOLINTEND
65};
Definition RedactableString.h:10
Definition BlockItem.h:23
Definition CompoundTag.h:13
Definition DecoratedPotBlockItem.h:16
Definition ItemStackBase.h:35
Definition Level.h:234