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