19 ::ll::TypedStorage<4, 4, float> mSpeedMod;
20 ::ll::TypedStorage<4, 4, int> mSearchRadius;
21 ::ll::TypedStorage<4, 4, int> mSearchHeight;
22 ::ll::TypedStorage<4, 4, ::MaterialType> mMaterialType;
23 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
24 ::ll::TypedStorage<4, 12, ::Vec3> mWanted;
25 ::ll::TypedStorage<4, 4, int> mStartBreath;
26 ::ll::TypedStorage<1, 1, bool> mEndsInAir;
33 virtual bool canUse() ;
36 virtual bool canContinueToUse() ;
39 virtual bool canBeInterrupted() ;
42 virtual void start() ;
48 virtual void appendDebugInfo(::std::string& str)
const ;
57 MCAPI
int _determineApproximateLiquidDepthOfMob()
const;
59 MCAPI
void _findAirPosition();
73 MCAPI
bool $canContinueToUse();
75 MCFOLD
bool $canBeInterrupted();
81 MCAPI
void $appendDebugInfo(::std::string& str)
const;
87 MCAPI
static void** $vftable();