December 2014 files
This commit is contained in:
@@ -12,16 +12,16 @@ public:
|
||||
|
||||
private:
|
||||
TamableAnimal *tamable; // Owner of this goal
|
||||
weak_ptr<Mob> owner;
|
||||
weak_ptr<LivingEntity> owner;
|
||||
Level *level;
|
||||
float speed;
|
||||
double speedModifier;
|
||||
PathNavigation *navigation;
|
||||
int timeToRecalcPath;
|
||||
float stopDistance, startDistance;
|
||||
bool oldAvoidWater;
|
||||
|
||||
public:
|
||||
FollowOwnerGoal(TamableAnimal *tamable, float speed, float startDistance, float stopDistance);
|
||||
FollowOwnerGoal(TamableAnimal *tamable, double speedModifier, float startDistance, float stopDistance);
|
||||
|
||||
virtual bool canUse();
|
||||
virtual bool canContinueToUse();
|
||||
|
||||
Reference in New Issue
Block a user