Class PathfinderRandomStrollFlying

All Implemented Interfaces:
PathfinderInfo, Repeated, SpeedModifier

public final class PathfinderRandomStrollFlying extends PathfinderRandomStroll
Represents a Pathfinder for a Creature to randomly fly
  • Constructor Details

    • PathfinderRandomStrollFlying

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

      public PathfinderRandomStrollFlying(@NotNull @NotNull Creature c, double speedMod)
      Constructs a PathfinderRandomStrollFlying.
      Parameters:
      c - Creature to use
      speedMod - Speed Modifier while flying
  • Method Details