22 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
23 ::ll::TypedStorage<8, 40, ::TempEPtr<::Mob>> mOwner;
24 ::ll::TypedStorage<4, 4, int> mTimeToRecalculatePath;
25 ::ll::TypedStorage<4, 4, float> mSpeed;
26 ::ll::TypedStorage<4, 4, float> mStartDistance;
27 ::ll::TypedStorage<4, 4, float> mStopDistance;
28 ::ll::TypedStorage<4, 4, float> mMaxDistance;
29 ::ll::TypedStorage<1, 1, bool> mOldAvoidWater;
30 ::ll::TypedStorage<1, 1, bool> mOldAvoidPortals;
31 ::ll::TypedStorage<1, 1, bool> mCanTeleport;
32 ::ll::TypedStorage<1, 1, bool> mIgnoreVibrations;
33 ::ll::TypedStorage<4, 4, int> mPostTeleportDistance;
34 ::ll::TypedStorage<1, 1, bool> mRandomizeAndCheckForClearanceWhenTeleporting;
35 ::ll::TypedStorage<1, 1, bool> mKeepFollowingAfterTeleporting;
42 virtual bool canUse() ;
45 virtual bool canContinueToUse() ;
48 virtual void start() ;
57 virtual void appendDebugInfo(::std::string& str)
const ;
76 int postTeleportDistance,
77 bool ignoreVibrations,
93 int postTeleportDistance,
94 bool ignoreVibrations,
108 MCAPI
bool $canUse();
110 MCAPI
bool $canContinueToUse();
118 MCAPI
void $appendDebugInfo(::std::string& str)
const;
126 MCAPI
static void** $vftable();