13class GuardianAttackGoal :
public ::Goal {
17 ::ll::TypedStorage<8, 8, ::Guardian&> mGuardian;
18 ::ll::TypedStorage<4, 4, int> mAttackTicks;
19 ::ll::TypedStorage<4, 4, int> mSoundDelayTicks;
20 ::ll::TypedStorage<4, 4, int> mMagicDamage;
21 ::ll::TypedStorage<4, 4, int> mHardModeExtraMagicDamage;
22 ::ll::TypedStorage<4, 4, int> mElderExtraMagicDamage;
23 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
24 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
25 ::ll::TypedStorage<4, 4, float> mMinDistance;
26 ::ll::TypedStorage<1, 1, bool> mLastCanSinkState;
31 GuardianAttackGoal& operator=(GuardianAttackGoal
const&);
32 GuardianAttackGoal(GuardianAttackGoal
const&);
38 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
42 virtual void start() ;
48 virtual void appendDebugInfo(::std::string& str)
const ;
50 virtual ~GuardianAttackGoal() =
default;
58 MCAPI
bool $canContinueToUse();
66 MCAPI
void $appendDebugInfo(::std::string& str)
const;