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
13class WarpedFungusOnAStickItem : public ::ComponentItem {
14public:
15 // prevent constructor by default
16 WarpedFungusOnAStickItem();
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual bool isHandEquipped() const /*override*/;
22
23 virtual bool requiresInteract() const /*override*/;
24
25 virtual int getEnchantSlot() const /*override*/;
26
27 virtual int getEnchantValue() const /*override*/;
28
29 virtual ~WarpedFungusOnAStickItem() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI WarpedFungusOnAStickItem(::std::string const& name, int id, ::cereal::ReflectionCtx& ctx);
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::std::string const& name, int id, ::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCFOLD bool $isHandEquipped() const;
48
49 MCFOLD bool $requiresInteract() const;
50
51 MCAPI int $getEnchantSlot() const;
52
53 MCFOLD int $getEnchantValue() const;
54
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5