18 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
19 ::ll::TypedStorage<4, 4, float> mMinDistance;
20 ::ll::TypedStorage<4, 4, float> mMaxDistance;
21 ::ll::TypedStorage<4, 4, float> mSuccessRate;
22 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
23 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSound;
30 virtual void start() ;
36 virtual bool canUse() ;
39 virtual bool canContinueToUse() ;
45 virtual void appendDebugInfo(::std::string& str)
const ;
66 MCAPI
bool $canContinueToUse();
70 MCAPI
void $appendDebugInfo(::std::string& str)
const;
76 MCAPI
static void** $vftable();