15class SwimUpForBreathGoal :
public ::BaseGoal {
19 ::ll::TypedStorage<4, 4, float> mSpeedMod;
20 ::ll::TypedStorage<4, 4, int> mSearchRadius;
21 ::ll::TypedStorage<4, 4, int> mSearchHeight;
22 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_26_20::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;
31 SwimUpForBreathGoal& operator=(SwimUpForBreathGoal
const&);
32 SwimUpForBreathGoal(SwimUpForBreathGoal
const&);
33 SwimUpForBreathGoal();
38 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
42 virtual bool canBeInterrupted() ;
44 virtual void start() ;
48 virtual void appendDebugInfo(::std::string& str)
const ;
54 MCAPI
explicit SwimUpForBreathGoal(
::Mob& mob);
56 MCAPI
int _determineApproximateLiquidDepthOfMob()
const;
58 MCAPI
void _findAirPosition();
64 MCAPI
void* $ctor(
::Mob& mob);
72 MCAPI
bool $canContinueToUse();
74 MCFOLD
bool $canBeInterrupted();
80 MCAPI
void $appendDebugInfo(::std::string& str)
const;