public YakRunAway(AIYakAbstract yak, int moveDistance) { this.yak = yak; this.moveDistance = moveDistance; }