30 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
31 ::ll::TypedStorage<4, 4, float> mGoalRadius;
44 MCAPI
static void buildSchema(
45 ::std::string
const& name,
62 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
63 ::ll::TypedStorage<4, 12, ::Vec3> mWantedPosition;
64 ::ll::TypedStorage<4, 12, ::BlockPos> mChosenEndPos;
65 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
66 ::ll::TypedStorage<4, 4, float> mGoalRadiusSq;
67 ::ll::TypedStorage<1, 1, bool> mPathingInvalid;
68 ::ll::TypedStorage<1, 1, bool> mReachedTarget;
81 virtual bool canUse() ;
84 virtual bool canContinueToUse() ;
87 virtual void start() ;
96 virtual void appendDebugInfo(::std::string& str)
const ;
105 MCAPI
bool $canUse();
107 MCAPI
bool $canContinueToUse();
115 MCAPI
void $appendDebugInfo(::std::string& str)
const;