LeviLamina
Loading...
Searching...
No Matches
WarpedFungusOnAStickItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/ComponentItem.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
14public:
15 // prevent constructor by default
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 38
22 virtual bool isHandEquipped() const /*override*/;
23
24 // vIndex: 50
25 virtual bool requiresInteract() const /*override*/;
26
27 // vIndex: 54
28 virtual int getEnchantSlot() const /*override*/;
29
30 // vIndex: 55
31 virtual int getEnchantValue() const /*override*/;
32
33 // vIndex: 0
34 virtual ~WarpedFungusOnAStickItem() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI WarpedFungusOnAStickItem(::std::string const& name, int id, ::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(::std::string const& name, int id, ::cereal::ReflectionCtx& ctx);
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCFOLD bool $isHandEquipped() const;
53
54 MCFOLD bool $requiresInteract() const;
55
56 MCAPI int $getEnchantSlot() const;
57
58 MCFOLD int $getEnchantValue() const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition ComponentItem.h:53
Definition WarpedFungusOnAStickItem.h:13
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5