15class SneezeGoal :
public ::BaseGoal {
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 ;
63 ::std::string
const& lootTable,
64 ::std::string
const& sneezeSound,
65 ::std::string
const& preSneezeSound,
67 ::std::vector<::MobDescriptor>
const& reactMobFilters,
80 ::std::string
const& lootTable,
81 ::std::string
const& sneezeSound,
82 ::std::string
const& preSneezeSound,
84 ::std::vector<::MobDescriptor>
const& reactMobFilters,
94 MCAPI
bool $canContinueToUse();
102 MCAPI
void $appendDebugInfo(::std::string& str)
const;