19 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
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> mKnockbackHorizontalStrength;
25 ::ll::TypedStorage<4, 4, float> mKnockbackVerticalStrength;
26 ::ll::TypedStorage<4, 4, float> mKnockbackHeightCap;
27 ::ll::TypedStorage<2, 2, ushort> mAttackCooldownTicks;
28 ::ll::TypedStorage<2, 2, ushort> mDurationTicks;
29 ::ll::TypedStorage<2, 2, ushort> mDurationTicksUntilAttackSound;
30 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mAttackSound;
31 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mChargeSound;
32 ::ll::TypedStorage<8, 24, ::std::optional<::ExpiringTick>> mAnimationLength;
33 ::ll::TypedStorage<8, 24, ::std::optional<::ExpiringTick>> mSoundCooldown;
34 ::ll::TypedStorage<8, 24, ::std::optional<::ExpiringTick>> mSoundDelay;
35 ::ll::TypedStorage<8, 24, ::std::optional<::ExpiringTick>> mSonicBoomCooldown;
48 virtual bool canUse() ;
51 virtual bool canContinueToUse() ;
54 virtual void start() ;
63 virtual void appendDebugInfo(::std::string& str)
const ;
74 MCAPI
bool $canContinueToUse();
82 MCAPI
void $appendDebugInfo(::std::string& str)
const;