22 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
23 ::ll::TypedStorage<8, 8, ::Mob*> mHurtByMob;
24 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::ActorDamageCause>> mDamageCauses;
25 ::ll::TypedStorage<1, 1, bool> mIgnoreMobDamage;
26 ::ll::TypedStorage<1, 1, bool> mPanicOnAllCauses;
27 ::ll::TypedStorage<1, 1, bool> mForceUse;
28 ::ll::TypedStorage<1, 1, bool> mPreferWater;
29 ::ll::TypedStorage<1, 1, bool> mCanTeleportToOwner;
30 ::ll::TypedStorage<4, 4, float> mSpeedMultipler;
31 ::ll::TypedStorage<4, 12, ::Vec3> mTargetPosition;
32 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
33 ::ll::TypedStorage<4, 8, ::FloatRange> mSoundIntervalRange;
34 ::ll::TypedStorage<8, 8, ::Tick> mNextSoundEventTick;
41 virtual bool canUse() ;
44 virtual void start() ;
50 virtual bool canContinueToUse() ;
56 virtual void appendDebugInfo(::std::string& str)
const ;
67 float speedMultiplier,
69 ::SharedTypes::Legacy::LevelSoundEvent sound,
73 ::std::vector<::SharedTypes::Legacy::ActorDamageCause> damageCauses
76 MCAPI ::std::optional<::Vec3> _findWaterPos(
int xzDist,
int yDist)
const;
78 MCAPI ::std::optional<::Vec3> _tryGeneratePathEnd()
const;
86 float speedMultiplier,
88 ::SharedTypes::Legacy::LevelSoundEvent sound,
92 ::std::vector<::SharedTypes::Legacy::ActorDamageCause> damageCauses
105 MCAPI
bool $canUse();
111 MCFOLD
bool $canContinueToUse();
115 MCAPI
void $appendDebugInfo(::std::string& str)
const;
121 MCAPI
static void** $vftable();