java.lang.Object
games.stendhal.server.core.pathfinder.Node

public class Node extends Object
  • Constructor Details

    • Node

      public Node(int x, int y)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getX

      public int getX()
      Get the X coordinate.
      Returns:
      The X coordinate.
    • getY

      public int getY()
      Get the Y coordinate.
      Returns:
      The Y coordinate.
    • toString

      public String toString()
      Overrides:
      toString in class Object