Class LocalPath<T extends Locatable>

  • All Implemented Interfaces:
    java.lang.Iterable<T>, java.util.Collection<T>, java.util.List<T>

    public class LocalPath<T extends Locatable>
    extends AbstractPath<T>
    Created with IntelliJ IDEA.
    Since:
    : 1/10/2015 Time : 10:55 PM
    • Constructor Detail

      • LocalPath

        public LocalPath()
    • Method Detail

      • walk

        public boolean walk()
        Walks the next point in the path
        Specified by:
        walk in class AbstractPath<T extends Locatable>
        Returns:
        True if walked, else false
      • next

        public T next()
        gets the next Tile within distance of 13
        Specified by:
        next in class AbstractPath<T extends Locatable>
        Returns:
        T
      • getFurthestOnMM

        public T getFurthestOnMM()
      • next

        public T next​(int skip)
        Gets the next Tile of distance skip
        Parameters:
        skip - Integer value of the distance between you and the next tile
        Returns:
        T
      • closest

        public T closest()
      • closest

        public T closest​(Tile tile)