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,
82 float cooldownTimeMin,
83 float cooldownTimeMax,
84 float detectMobDistXZ,
MCAPI NapGoal(::Mob &mob, float cooldownTimeMin, float cooldownTimeMax, float detectMobDistXZ, float detectMobDistY, ::ActorFilterGroup const &canNapFilters, ::ActorFilterGroup const &wakeMobExceptions)
MCAPI void * $ctor(::Mob &mob, float cooldownTimeMin, float cooldownTimeMax, float detectMobDistXZ, float detectMobDistY, ::ActorFilterGroup const &canNapFilters, ::ActorFilterGroup const &wakeMobExceptions)