20 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
21 ::ll::TypedStorage<8, 8, ::Tick> mCooldown;
22 ::ll::TypedStorage<8, 8, ::Tick> mDetectMobsTimer;
23 ::ll::TypedStorage<1, 1, bool> mInvalidCooldown;
24 ::ll::TypedStorage<4, 4, int const> mNapCooldownMin;
25 ::ll::TypedStorage<4, 4, int const> mNapCooldownMax;
26 ::ll::TypedStorage<4, 12, ::Vec3 const> mDetectRange;
27 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mCanNapFilters;
28 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mWakeMobExceptions;
41 virtual bool canUse() ;
44 virtual void start() ;
50 virtual bool canContinueToUse() ;
53 virtual void appendDebugInfo(::std::string& str)
const ;
64 float cooldownTimeMin,
65 float cooldownTimeMax,
66 float detectMobDistXZ,
72 MCAPI
bool _canSleep(
::Tick const& currentTick)
const;
74 MCAPI
bool _detectsMobs()
const;
82 float cooldownTimeMin,
83 float cooldownTimeMax,
84 float detectMobDistXZ,
100 MCAPI
bool $canContinueToUse();
102 MCAPI
void $appendDebugInfo(::std::string& str)
const;