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 raider, Class<T> targetType, int randomInterval, boolean mustSee, boolean mustReach, @Nullable TargetingConditions.Selector subselector)
  • Method Details