13class ControlledByPlayerGoal :
public ::BaseGoal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, float> mFractionalRotation;
19 ::ll::TypedStorage<4, 4, float> mFractionalRotationLimit;
20 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
25 ControlledByPlayerGoal& operator=(ControlledByPlayerGoal
const&);
26 ControlledByPlayerGoal(ControlledByPlayerGoal
const&);
27 ControlledByPlayerGoal();
32 virtual void start() ;
36 virtual bool canUse() ;
40 virtual void appendDebugInfo(::std::string& str)
const ;
46 MCAPI
explicit ControlledByPlayerGoal(
::Mob& mob);
48 MCAPI
bool _canBeControlledByPassenger();
54 MCAPI
void* $ctor(
::Mob& mob);
68 MCAPI
void $appendDebugInfo(::std::string& str)
const;