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 virtual ~ThrowableItemComponentLegacyFactoryData() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindType(
38 ::std::vector<::AllExperiments> const& requiredToggles,
39 ::std::optional<::SemVersion> releasedMinFormatVersion
40 );
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
Definition ThrowableItemComponentLegacyFactoryData.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5