Class ScreenPath


public class ScreenPath extends TilePath
Walks a path on screen.
  • Constructor Details

    • ScreenPath

      public ScreenPath(Tile... tiles)
      Construct a new path.
      Parameters:
      tiles - the tiles to walk on
    • ScreenPath

      public ScreenPath(double precision, Tile... tiles)
      Construct a new path.
      Parameters:
      precision - how far off the destination this path is considered completed
      tiles - the tiles to walk on
  • Method Details