Class WebPath

java.lang.Object
org.rspeer.game.web.path.WebPath

public class WebPath extends Object
  • Field Details

    • failed

      public int failed
  • Constructor Details

  • Method Details

    • step

      public void step()
    • getSegments

      public List<WebSegment> getSegments()
    • getDestination

      public Coord getDestination()
    • isValid

      public boolean isValid()
    • shouldInvalidateForDestination

      public boolean shouldInvalidateForDestination(Coord position)
    • shouldInvalidateForArea

      public boolean shouldInvalidateForArea(Area area)
    • debug

      public void debug(Graphics2D g)
    • drawTileAtCoord

      public void drawTileAtCoord(Graphics2D g, Coord coord, Color color)
    • getContext

      public PlayerContext getContext()