Class Wolf.WolfAvoidEntityGoal<T extends LivingEntity>

Enclosing class:
Wolf

class Wolf.WolfAvoidEntityGoal<T extends LivingEntity> extends AvoidEntityGoal<T>
  • Field Details

    • wolf

      private final Wolf wolf
  • Constructor Details

    • WolfAvoidEntityGoal

      public WolfAvoidEntityGoal(Wolf pWolf, Class<T> pEntityClassToAvoid, float pMaxDist, double pWalkSpeedModifier, double pSprintSpeedModifier)
  • Method Details