17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, int> mTicksUnderwater;
19 ::ll::TypedStorage<4, 4, int> mTicksUnderwaterToDismountPassengers;
20 ::ll::TypedStorage<4, 4, float> mChancePerTickToFloat;
21 ::ll::TypedStorage<1, 1, bool> mSinkWithPassengers;
26 FloatGoal& operator=(FloatGoal
const&);
27 FloatGoal(FloatGoal
const&);
33 virtual bool canUse() ;
35 virtual void start() ;
39 virtual void appendDebugInfo(::std::string& str)
const ;
41 virtual ~FloatGoal() =
default;
47 MCAPI
bool _shouldSinkWithPassengers();
59 MCAPI
void $appendDebugInfo(::std::string& str)
const;