14class GuardianAttackGoal :
public ::BaseGoal {
18 ::ll::TypedStorage<8, 8, ::Guardian&> mGuardian;
19 ::ll::TypedStorage<4, 4, int> mAttackTicks;
20 ::ll::TypedStorage<4, 4, int> mSoundDelayTicks;
21 ::ll::TypedStorage<4, 4, int> mMagicDamage;
22 ::ll::TypedStorage<4, 4, int> mHardModeExtraMagicDamage;
23 ::ll::TypedStorage<4, 4, int> mElderExtraMagicDamage;
24 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
25 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
26 ::ll::TypedStorage<4, 4, float> mMinDistance;
27 ::ll::TypedStorage<1, 1, bool> mLastCanSinkState;
32 GuardianAttackGoal& operator=(GuardianAttackGoal
const&);
33 GuardianAttackGoal(GuardianAttackGoal
const&);
39 virtual bool canUse() ;
41 virtual bool canContinueToUse() ;
43 virtual void start() ;
49 virtual void appendDebugInfo(::std::string& str)
const ;
55 MCAPI
explicit GuardianAttackGoal(
::Mob& mob);
61 MCAPI
void* $ctor(
::Mob& mob);
69 MCAPI
bool $canContinueToUse();
77 MCAPI
void $appendDebugInfo(::std::string& str)
const;