Class PathfinderZombieAttack

All Implemented Interfaces:
PathfinderInfo, Targeting, SpeedModifier

public final class PathfinderZombieAttack extends PathfinderMeleeAttack
Represents a Pathfinder for a special Zombie Melee Attack
  • Constructor Details

    • PathfinderZombieAttack

      public PathfinderZombieAttack(@NotNull @NotNull Zombie m)
      Constructs a PathfinderZombieAttack with no speed modifier.
      Parameters:
      m - Zombie to use
    • PathfinderZombieAttack

      public PathfinderZombieAttack(@NotNull @NotNull Zombie m, double speedMod)
      Constructs a PathfinderZombieAttack with see set to true.
      Parameters:
      m - Zombie to use
      speedMod - Speed Modifier while attacking
    • PathfinderZombieAttack

      public PathfinderZombieAttack(@NotNull @NotNull Zombie m, double speedMod, boolean see)
      Constructs a PathfinderZombieAttack.
      Parameters:
      m - Zombie to use
      speedMod - Speed Modifier while attacking
      see - Whether the Zombie has to see to attack
  • Method Details