LeviLamina
Loading...
Searching...
No Matches
ShulkerBoxBlockItem.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: 88
29 virtual ::std::string buildEffectDescriptionName(::ItemStackBase const& stack) const /*override*/;
30
31 // vIndex: 33
32 virtual int getLevelDataForAuxValue(int auxValue) const /*override*/;
33
34 // vIndex: 0
35 virtual ~ShulkerBoxBlockItem() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI ::std::string _buildContainedItemList(::CompoundTag const* containerList) const;
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI void $appendFormattedHovertext(
54 ::ItemStackBase const& stack,
55 ::Level& level,
57 bool const showCategory
58 ) const;
59
60 MCAPI ::std::string $buildEffectDescriptionName(::ItemStackBase const& stack) const;
61
62 MCAPI int $getLevelDataForAuxValue(int auxValue) const;
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCAPI static void** $vftable();
69 // NOLINTEND
70};
Definition RedactableString.h:10
Definition BlockItem.h:23
Definition CompoundTag.h:13
Definition ItemStackBase.h:35
Definition Level.h:234
Definition ShulkerBoxBlockItem.h:16