Class NearestAttackableWitchTargetGoal<T extends LivingEntity>


public class NearestAttackableWitchTargetGoal<T extends LivingEntity> extends NearestAttackableTargetGoal<T>
  • Field Details

    • canAttack

      private boolean canAttack
  • Constructor Details

    • NearestAttackableWitchTargetGoal

      public NearestAttackableWitchTargetGoal(Raider mob, Class<T> targetType, int randomInterval, boolean mustSee, boolean mustReach, @Nullable Predicate<LivingEntity> targetPredicate)
  • Method Details