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 // static functions
29 // NOLINTBEGIN
30 MCAPI static void bindType(
32 ::std::vector<::AllExperiments> const& requiredToggles,
33 ::std::optional<::SemVersion> releasedMinFormatVersion
34 );
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition SemVersion.h:15
Definition IItemComponentLegacyFactoryData.h:5
Definition ThrowableItemComponentLegacyFactoryData.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5