15class SwimUpForBreathGoal :
public ::Goal {
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;
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 ;
50 virtual ~SwimUpForBreathGoal() =
default;
56 MCAPI
int _determineApproximateLiquidDepthOfMob()
const;
58 MCAPI
void _findAirPosition();
66 MCAPI
bool $canContinueToUse();
68 MCFOLD
bool $canBeInterrupted();
74 MCAPI
void $appendDebugInfo(::std::string& str)
const;