19 ::ll::TypedStorage<4, 4, float> mDuration;
20 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
21 ::ll::TypedStorage<4, 4, float> mAttackDamage;
22 ::ll::TypedStorage<4, 4, float> mAttackRangeHorizontal;
23 ::ll::TypedStorage<4, 4, float> mAttackRangeVertical;
24 ::ll::TypedStorage<4, 4, float> mAttackCooldown;
25 ::ll::TypedStorage<4, 4, float> mKnockbackHorizontalStrength;
26 ::ll::TypedStorage<4, 4, float> mKnockbackVerticalStrength;
27 ::ll::TypedStorage<4, 4, float> mKnockbackHeightCap;
28 ::ll::TypedStorage<4, 4, float> mDurationUntilAttackSound;
29 ::ll::TypedStorage<8, 32, ::std::string> mAttackSound;
30 ::ll::TypedStorage<8, 32, ::std::string> mChargeSound;
35 SonicBoomGoalDefinition& operator=(SonicBoomGoalDefinition
const&);
36 SonicBoomGoalDefinition(SonicBoomGoalDefinition
const&);
37 SonicBoomGoalDefinition();
42 MCAPI ::SharedTypes::v1_21_110::SonicBoomGoalDefinition&
45 MCAPI ~SonicBoomGoalDefinition();
57 MCAPI static ::std::string_view
const& NAME();