21 ::ll::TypedStorage<4, 4, int> mAttackDurationTicks;
22 ::ll::TypedStorage<4, 4, int> mPostPathingTicks;
23 ::ll::TypedStorage<4, 4, int> mHitDelayTicks;
24 ::ll::TypedStorage<4, 4, ::ActorFlags> mAttackFlag;
25 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSound;
31 virtual bool canUse() ;
33 virtual bool canContinueToUse() ;
35 virtual void start() ;
41 virtual void appendDebugInfo(::std::string& str)
const ;
43 virtual int getAttackTicksResetValue()
const ;
51 MCAPI
void _attemptAttack(
::Actor& target,
bool canReach,
bool hasLineOfSight);
53 MCAPI
void _attemptStartAttacking(
::Actor& target)
const;
59 MCAPI
static bool _isTargetInLineOfSightLegacy(
::Mob const& mob,
::Actor const& target);
65 MCAPI static ::BaseGameVersion
const& mMinLineOfSightFixVersion();
71 MCFOLD
bool $canUse();
73 MCAPI
bool $canContinueToUse();
81 MCAPI
void $appendDebugInfo(::std::string& str)
const;
83 MCAPI
int $getAttackTicksResetValue()
const;