Ejemplo n.º 1
0
 public void setPathfinder() {
   super.setPathfinder();
   petPathfinderSelector.addGoal("EatGrass", new EatGrass(this, 0.02));
 }