Class Edge

java.lang.Object
org.rspeer.game.web.path.Edge
Direct Known Subclasses:
CharterShipEdge, FairyRingEdge, ItemTeleportationEdge, MagicCarpetEdge, MinecartEdge, NpcEdge, ObjectEdge, QuetzalEdge, SpiritTreeTeleport, TransmutableObject

public class Edge extends Object
  • Constructor Details

    • Edge

      public Edge()
  • Method Details

    • traversable

      public boolean traversable()
    • canSkip

      public boolean canSkip()
    • getStartCoord

      public Coord getStartCoord()
    • getEndCoord

      public Coord getEndCoord()
    • getStartPosition

      public Position getStartPosition()
    • getEndPosition

      public Position getEndPosition()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • traverse

      public boolean traverse()
    • getType

      public Edge.EdgeType getType()
    • getCost

      public double getCost()