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;
32 virtual bool canUse() ;
35 virtual bool canContinueToUse() ;
38 virtual void start() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
50 virtual int getAttackTicksResetValue()
const ;
59 MCAPI
void _attemptAttack(
::Actor& target,
bool canReach,
bool hasLineOfSight);
65 MCAPI
static bool _isTargetInLineOfSightLegacy(
::Mob const& mob,
::Actor const& target);
71 MCAPI static ::BaseGameVersion
const& mMinLineOfSightFixVersion();
77 MCFOLD
bool $canUse();
79 MCAPI
bool $canContinueToUse();
87 MCAPI
void $appendDebugInfo(::std::string& str)
const;
89 MCAPI
int $getAttackTicksResetValue()
const;