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 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI WarpedFungusOnAStickItem(::std::string const& name, int id, ::cereal::ReflectionCtx& ctx);
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor(::std::string const& name, int id, ::cereal::ReflectionCtx& ctx);
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCFOLD bool $isHandEquipped() const;
46
47 MCFOLD bool $requiresInteract() const;
48
49 MCAPI int $getEnchantSlot() const;
50
51 MCFOLD int $getEnchantValue() const;
52
53
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCAPI static void** $vftable();
60 // NOLINTEND
61};
Definition ReflectionCtx.h:11
Definition ctx.h:5