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;
35 virtual bool canUse() ;
38 virtual void start() ;
44 virtual bool canContinueToUse() ;
47 virtual void appendDebugInfo(::std::string& str)
const ;
58 float cooldownTimeMin,
59 float cooldownTimeMax,
60 float detectMobDistXZ,
66 MCAPI
bool _canSleep(
::Tick const& currentTick)
const;
68 MCAPI
bool _detectsMobs()
const;
76 float cooldownTimeMin,
77 float cooldownTimeMax,
78 float detectMobDistXZ,
100 MCAPI
bool $canContinueToUse();
102 MCAPI
void $appendDebugInfo(::std::string& str)
const;
108 MCAPI
static void** $vftable();