LeviLamina
Loading...
Searching...
No Matches
WearableItemComponentLegacyFactoryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/item/EquipmentSlot.h"
7#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
8#include "mc/world/level/storage/AllExperiments.h"
9
10// auto generated forward declare list
11// clang-format off
12class SemVersion;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::EquipmentSlot> mEquipmentSlot;
21 ::ll::TypedStorage<4, 4, int> mProtection;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 0
28 virtual ~WearableItemComponentLegacyFactoryData() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(
36 ::std::vector<::AllExperiments> const& requiredToggles,
37 ::std::optional<::SemVersion> releasedMinFormatVersion
38 );
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
Definition SemVersion.h:16
Definition IItemComponentLegacyFactoryData.h:5
Definition WearableItemComponentLegacyFactoryData.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5