LeviLamina
Loading...
Searching...
No Matches
EnchantableItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/NetworkedItemComponent.h"
7#include "mc/world/level/storage/AllExperiments.h"
8
9// auto generated forward declare list
10// clang-format off
11class HashedString;
12class SemVersion;
13namespace SharedTypes::v1_20_50 { struct EnchantableItemComponent; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17class EnchantableItemComponent : public ::NetworkedItemComponent<::EnchantableItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 1, uchar> mEnchantValue;
22 ::ll::TypedStorage<8, 32, ::std::string> mEnchantSlot;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 7
33 virtual void _initializeComponent() /*override*/;
34
35 // vIndex: 0
36 virtual ~EnchantableItemComponent() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
43
44 MCFOLD ::EnchantableItemComponent& operator=(::EnchantableItemComponent&&);
45
46 MCFOLD ::EnchantableItemComponent& operator=(::EnchantableItemComponent const&);
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static void bindType(
54 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
55 ::std::optional<::SemVersion> requiredToggles
56 );
57
58 MCAPI static ::HashedString const& getIdentifier();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
64 MCAPI void* $ctor(::SharedTypes::v1_20_50::EnchantableItemComponent component);
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70
71 // NOLINTEND
72
73public:
74 // virtual function thunks
75 // NOLINTBEGIN
76 MCAPI void $_initializeComponent();
77 // NOLINTEND
78
79public:
80 // vftables
81 // NOLINTBEGIN
82 MCAPI static void** $vftable();
83 // NOLINTEND
84};
Definition EnchantableItemComponent.h:17
Definition HashedString.h:5
Definition NetworkedItemComponent.h:6
Definition SemVersion.h:15
Definition EnchantableItemComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5