14class SwoopAttackGoal :
public ::Goal {
18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<1, 1, bool> mHurtTarget;
20 ::ll::TypedStorage<4, 4, int> mAttackTicks;
21 ::ll::TypedStorage<4, 4, float> mDamageReach;
22 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
23 ::ll::TypedStorage<4, 8, ::SharedTypes::FloatRange> mCooldownTicks;
28 SwoopAttackGoal& operator=(SwoopAttackGoal
const&);
29 SwoopAttackGoal(SwoopAttackGoal
const&);
35 virtual void start() ;
39 virtual bool canUse() ;
41 virtual bool canContinueToUse() ;
45 virtual void appendDebugInfo(::std::string& str)
const ;
47 virtual ~SwoopAttackGoal() =
default;
59 MCAPI
bool $canContinueToUse();
63 MCAPI
void $appendDebugInfo(::std::string& str)
const;