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;
37 virtual bool canUse() ;
40 virtual bool canContinueToUse() ;
43 virtual void start() ;
52 virtual void appendDebugInfo(::std::string& str)
const ;
69 MCAPI
bool $canContinueToUse();
77 MCAPI
void $appendDebugInfo(::std::string& str)
const;
83 MCAPI
static void** $vftable();