25 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
26 ::ll::TypedStorage<4, 4, float> mSpeed;
27 ::ll::TypedStorage<8, 40, ::TempEPtr<::Player>> mPlayer;
28 ::ll::TypedStorage<4, 12, ::Vec3> mOldPlayerPosition;
29 ::ll::TypedStorage<4, 8, ::Vec2> mOldPlayerRotation;
30 ::ll::TypedStorage<1, 1, bool> mCanGetScared;
31 ::ll::TypedStorage<4, 4, int> mCalmDown;
32 ::ll::TypedStorage<1, 1, bool> mIsRunning;
33 ::ll::TypedStorage<1, 1, bool> mOldAvoidWater;
34 ::ll::TypedStorage<1, 1, bool> mCanTemptWhileRidden;
35 ::ll::TypedStorage<4, 4, int> mPathfinderWaitTicks;
36 ::ll::TypedStorage<4, 4, float> mTemptDistance;
37 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mItems;
38 ::ll::TypedStorage<1, 1, bool> mCanTemptVertically;
39 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
40 ::ll::TypedStorage<4, 8, ::FloatRange> mSoundIntervalRange;
41 ::ll::TypedStorage<8, 8, ::Tick> mNextSoundEventTick;
48 virtual bool canUse() ;
51 virtual bool canContinueToUse() ;
54 virtual void start() ;
63 virtual void appendDebugInfo(::std::string& str)
const ;
80 MCAPI
bool $canContinueToUse();
88 MCAPI
void $appendDebugInfo(::std::string& str)
const;
94 MCAPI
static void** $vftable();