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;
35 SneezeGoal& operator=(SneezeGoal
const&);
36 SneezeGoal(SneezeGoal
const&);
42 virtual bool canUse() ;
44 virtual bool canContinueToUse() ;
46 virtual void start() ;
52 virtual void appendDebugInfo(::std::string& str)
const ;
54 virtual ~SneezeGoal() =
default;
62 MCAPI
bool $canContinueToUse();
70 MCAPI
void $appendDebugInfo(::std::string& str)
const;