24 ::ll::TypedStorage<4, 4, float> mUseDuration;
25 ::ll::TypedStorage<1, 1, bool> mEmitVibrations;
26 ::ll::TypedStorage<4, 8, ::std::optional<::SharedTypes::Legacy::LevelSoundEvent>> mStartSound;
27 ::ll::TypedStorage<4, 8, ::std::optional<float>> mMovementModifier;
28 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnUseSubscription;
33 UseModifiersItemComponent();
46 MCFOLD
bool getEmitVibrations()
const;
48 MCAPI
float getMovementModifier()
const;
54 MCAPI
static void bindType(
56 ::std::vector<::AllExperiments>
const& requiredToggles,
57 ::std::optional<::SemVersion> releasedMinFormatVersion
60 MCAPI static ::HashedString
const& getIdentifier();