25 ::ll::TypedStorage<1, 1, bool> mDoSwing;
26 ::ll::TypedStorage<4, 4, float> mMinDrawDuration;
27 ::ll::TypedStorage<4, 4, float> mDrawDuration;
28 ::ll::TypedStorage<4, 4, float> mLaunchPowerScale;
29 ::ll::TypedStorage<4, 4, float> mMaxLaunchPower;
30 ::ll::TypedStorage<1, 1, bool> mScalePowerByDrawDuration;
31 ::ll::TypedStorage<1, 1, bool> mTriggerActorUseItemEvent;
32 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnUseSubscription;
38 virtual void handleVersionBasedInitialization(
::SemVersion const& originalJsonVersion) ;
59 MCAPI
static void bindType(
61 ::std::vector<::AllExperiments>
const& requiredToggles,
62 ::std::optional<::SemVersion> releasedMinFormatVersion
65 MCAPI static ::HashedString
const& getIdentifier();
71 MCAPI
void $handleVersionBasedInitialization(
::SemVersion const& originalJsonVersion);