LeviLamina
Loading...
Searching...
No Matches
ChargeableItemComponentLegacyFactoryData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefinitionTrigger.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 HashedString;
13class SemVersion;
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17struct ChargeableItemComponentLegacyFactoryData : public ::IItemComponentLegacyFactoryData {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnCompleteDefault;
22 ::ll::TypedStorage<4, 4, float> mMovementModifier;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 ChargeableItemComponentLegacyFactoryData& operator=(ChargeableItemComponentLegacyFactoryData const&);
28 ChargeableItemComponentLegacyFactoryData();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~ChargeableItemComponentLegacyFactoryData() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI ChargeableItemComponentLegacyFactoryData(::ChargeableItemComponentLegacyFactoryData const&);
40
41 MCAPI ::ChargeableItemComponentLegacyFactoryData& operator=(::ChargeableItemComponentLegacyFactoryData&&);
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(
49 ::std::vector<::AllExperiments> const& requiredToggles,
50 ::std::optional<::SemVersion> releasedMinFormatVersion
51 );
52
53 MCAPI static ::HashedString const& getIdentifier();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(::ChargeableItemComponentLegacyFactoryData const&);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCFOLD void $dtor();
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition HashedString.h:5
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
Definition ReflectionCtx.h:11
Definition ctx.h:5