17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, int> mTicks;
19 ::ll::TypedStorage<4, 4, int> mIdleTicks;
20 ::ll::TypedStorage<4, 4, float> mSuccessRate;
25 SwimIdleGoal& operator=(SwimIdleGoal
const&);
26 SwimIdleGoal(SwimIdleGoal
const&);
32 virtual bool canUse() ;
34 virtual bool canContinueToUse() ;
36 virtual void start() ;
40 virtual void appendDebugInfo(::std::string& str)
const ;
42 virtual ~SwimIdleGoal() =
default;
50 MCAPI
bool $canContinueToUse();
56 MCAPI
void $appendDebugInfo(::std::string& str)
const;