Class DisableableFollowTargetGoal<T extends LivingEntity>


public class DisableableFollowTargetGoal<T extends LivingEntity>
extends FollowTargetGoal<T>
  • Field Details

    • enabled

      private boolean enabled
  • Constructor Details

    • DisableableFollowTargetGoal

      public DisableableFollowTargetGoal​(RaiderEntity actor, Class<T> targetEntityClass, int reciprocalChance, boolean checkVisibility, boolean checkCanNavigate, @Nullable Predicate<LivingEntity> targetPredicate)
  • Method Details