13class ControlledByPlayerGoal :
public ::Goal {
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 ;
42 virtual ~ControlledByPlayerGoal() =
default;
48 MCAPI
bool _canBeControlledByPassenger();
62 MCAPI
void $appendDebugInfo(::std::string& str)
const;