19 ::ll::TypedStorage<4, 4, int> mCooldown;
20 ::ll::TypedStorage<4, 4, int> mCooldownTimer;
21 ::ll::TypedStorage<4, 4, float> mProbability;
22 ::ll::TypedStorage<4, 4, int> mPreSneezeTimer;
23 ::ll::TypedStorage<4, 4, float> mDropItemChance;
24 ::ll::TypedStorage<8, 32, ::std::string> mLootTable;
25 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSneezeSound;
26 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mPreSneezeSound;
27 ::ll::TypedStorage<4, 4, float> mPrepareTime;
28 ::ll::TypedStorage<8, 24, ::std::vector<::MobDescriptor>
const> mReactMobFilters;
29 ::ll::TypedStorage<4, 4, float> mReactWithin;
30 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
43 virtual bool canUse() ;
46 virtual bool canContinueToUse() ;
49 virtual void start() ;
58 virtual void appendDebugInfo(::std::string& str)
const ;