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;
35 virtual bool canUse() ;
38 virtual bool canContinueToUse() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
64 MCAPI
bool $canContinueToUse();
70 MCAPI
void $appendDebugInfo(::std::string& str)
const;
76 MCAPI
static void** $vftable();