13class RandomSitGoal :
public ::BaseGoal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, float> mStartChance;
19 ::ll::TypedStorage<4, 4, float> mStopChance;
20 ::ll::TypedStorage<8, 8, uint64> mCooldown;
21 ::ll::TypedStorage<4, 4, int> mSitCooldownTotal;
22 ::ll::TypedStorage<4, 4, int> mMinSitTick;
23 ::ll::TypedStorage<4, 4, int> mCurrentSitTick;
28 RandomSitGoal& operator=(RandomSitGoal
const&);
29 RandomSitGoal(RandomSitGoal
const&);
35 virtual bool canUse() ;
37 virtual void start() ;
41 virtual bool canContinueToUse() ;
43 virtual void appendDebugInfo(::std::string& str)
const ;
49 MCAPI
explicit RandomSitGoal(
::Mob& mob);
55 MCAPI
void* $ctor(
::Mob& mob);
67 MCAPI
bool $canContinueToUse();
69 MCAPI
void $appendDebugInfo(::std::string& str)
const;