17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, int> mAttackTicks;
19 ::ll::TypedStorage<4, 4, int> mCooldownTicks;
20 ::ll::TypedStorage<4, 4, float> mMaxRotationX;
21 ::ll::TypedStorage<4, 4, float> mMaxHeadRotationY;
22 ::ll::TypedStorage<4, 4, float> mMaxDistance;
23 ::ll::TypedStorage<4, 4, float> mMaxSneakRange;
24 ::ll::TypedStorage<4, 4, float> mMaxSprintRange;
25 ::ll::TypedStorage<4, 4, float> mReachMultiplier;
26 ::ll::TypedStorage<4, 4, float> mSneakSpeedModifier;
27 ::ll::TypedStorage<4, 4, float> mSprintSpeedModifier;
28 ::ll::TypedStorage<4, 4, float> mWalkSpeedModifier;
41 virtual bool canUse() ;
44 virtual bool canContinueToUse() ;
53 virtual void appendDebugInfo(::std::string& str)
const ;