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;
39 virtual void handleVersionBasedInitialization(
::SemVersion const& originalJsonVersion) ;
62 MCAPI
static void bindType(
64 ::std::vector<::AllExperiments>
const& requiredToggles,
65 ::std::optional<::SemVersion> releasedMinFormatVersion
68 MCAPI static ::HashedString
const& getIdentifier();
74 MCAPI
void $handleVersionBasedInitialization(
::SemVersion const& originalJsonVersion);