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