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 SemVersion;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnCompleteDefault;
21 ::ll::TypedStorage<4, 4, float> mMovementModifier;
22 // NOLINTEND
23
24public:
25 // static functions
26 // NOLINTBEGIN
27 MCAPI static void bindType(
29 ::std::vector<::AllExperiments> const& requiredToggles,
30 ::std::optional<::SemVersion> releasedMinFormatVersion
31 );
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCNAPI static void** $vftable();
38 // NOLINTEND
39};
Definition SemVersion.h:15
Definition ChargeableItemComponentLegacyFactoryData.h:16
Definition IItemComponentLegacyFactoryData.h:5
Definition ReflectionCtx.h:11
Definition ctx.h:5