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;
33 virtual bool canUse() ;
36 virtual bool canContinueToUse() ;
39 virtual void start() ;
48 virtual void appendDebugInfo(::std::string& str)
const ;
65 MCAPI
bool $canContinueToUse();
73 MCAPI
void $appendDebugInfo(::std::string& str)
const;
79 MCAPI
static void** $vftable();