Class Wolf.WolfAvoidEntityGoal<T extends LivingEntity>

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.AvoidEntityGoal<T>
net.minecraft.world.entity.animal.wolf.Wolf.WolfAvoidEntityGoal<T>
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> pAvoidClass, float pMaxDistance, double pWalkSpeedModifier, double pSprintSpeedModifier)
  • Method Details