13class FloatGoal :
public ::BaseGoal {
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 ;
45 MCAPI
explicit FloatGoal(
::Mob& mob);
47 MCAPI
bool _shouldApplyJump();
53 MCAPI
void* $ctor(
::Mob& mob);
65 MCAPI
void $appendDebugInfo(::std::string& str)
const;