Class PathfinderRandomStrollInVillage

All Implemented Interfaces:
PathfinderInfo, Repeated, SpeedModifier

public final class PathfinderRandomStrollInVillage extends PathfinderRandomStroll
Represents a Pathfinder for a Creature to randomly stroll throughout a village
  • Constructor Details

    • PathfinderRandomStrollInVillage

      public PathfinderRandomStrollInVillage(@NotNull @NotNull Creature c)
      Constructs a PathfinderRandomStrollVillage with no speed modifier.
      Parameters:
      c - Creature to use
      See Also:
    • PathfinderRandomStrollInVillage

      public PathfinderRandomStrollInVillage(@NotNull @NotNull Creature c, double speedMod)
      Constructs a PathfinderRandomStrollVillage.
      Parameters:
      c - Creature to use
      speedMod - Speed Modifier to use
      See Also:
  • Method Details