com.b3dgs.lionengine.game.pathfinding
Class Step

java.lang.Object
  extended by com.b3dgs.lionengine.game.pathfinding.Step

public class Step
extends java.lang.Object


Constructor Summary
Step(int x, int y)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 int getX()
           
 int getY()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Step

public Step(int x,
            int y)
Method Detail

getX

public int getX()

getY

public int getY()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object