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 // virtual function thunks
43 // NOLINTBEGIN
44 MCAPI void $appendFormattedHovertext(
45 ::ItemStackBase const& stack,
46 ::Level& level,
48 bool const showCategory
49 ) const;
50
51 MCAPI void $fixupCommon(::ItemStackBase& stack) const;
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition RedactableString.h:10
Definition BlockItem.h:23
Definition CompoundTag.h:13
Definition DecoratedPotBlockItem.h:16
static MCAPI void ** $vftable()
Definition ItemStackBase.h:35
Definition Level.h:238